Skip to content

Commit

Permalink
Parser
Browse files Browse the repository at this point in the history
- Removed now-completed TODO
  • Loading branch information
deavmi committed Apr 1, 2024
1 parent f206db0 commit 29653d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/tlang/compiler/parsing/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,6 @@ public final class Parser
/* If it is an import */
else if(symbol == SymbolType.IMPORT)
{
// TODO: Figure out exactly what to do
parseImport();
}
/* If it is a kind-of comment */
Expand Down

0 comments on commit 29653d8

Please sign in to comment.