mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Update BytecodeBuilder.cpp
Remove comment
This commit is contained in:
parent
c9afa0a2b8
commit
a342367447
1 changed files with 0 additions and 1 deletions
|
@ -721,7 +721,6 @@ void BytecodeBuilder::writeLineInfo(std::string& ss) const
|
|||
for (size_t i = 0; i < lines.size(); ++i)
|
||||
{
|
||||
int delta = lines[i] - baseline[i >> logspan];
|
||||
// Check delta if is a valid byte value
|
||||
LUAU_ASSERT(delta >= 0 && delta <= 255);
|
||||
|
||||
writeByte(ss, uint8_t(delta) - lastOffset);
|
||||
|
|
Loading…
Add table
Reference in a new issue