Removed TODO

This commit is contained in:
Tristan B. Velloza Kildaire 2022-07-26 10:07:03 +02:00
parent c8347fefba
commit 18411c48c4
1 changed files with 1 additions and 2 deletions

View File

@ -286,8 +286,7 @@ public final class TypeChecker
addType(getType(modulle, "char*"));
/**
* Add the instruction (TODO: add comment)
* and pass the literal to it
* Add the instruction and pass the literal to it
*/
StringExpression strExp = cast(StringExpression)statement;
string strLit = strExp.getStringLiteral();