mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Arseny told me I don't need this
This commit is contained in:
parent
aa9f9c371f
commit
1ea1d654ee
1 changed files with 0 additions and 2 deletions
|
@ -351,8 +351,6 @@ struct ConstantVisitor : AstVisitor
|
|||
}
|
||||
else if (AstExprInterpString* interpString = node->as<AstExprInterpString>())
|
||||
{
|
||||
// INTERP CODE REVIEW: This can theoretically fold something like `debug mode: {DEBUG_MODE}` where DEBUG_MODE is true.
|
||||
// Is this necessary or just something we can do later?
|
||||
for (AstExpr* expression : interpString->expressions)
|
||||
analyze(expression);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue