Arseny told me I don't need this

This commit is contained in:
Kampfkarren 2022-07-26 22:27:20 -07:00
parent aa9f9c371f
commit 1ea1d654ee

View file

@ -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);
}