Skip to content

Commit

Permalink
Remove done TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Aug 10, 2023
1 parent 6adf7e7 commit 639860d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/driver/SourceLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ void SourceLoader::addLibraryMapsInternal(std::string_view pattern, const fs::pa
case SyntaxKind::EmptyMember:
break;
case SyntaxKind::LibraryIncludeStatement: {
// TODO: infinite include detection
auto spec = getPathFromSpec(
*member->as<LibraryIncludeStatementSyntax>().filePath);
if (!spec.empty()) {
Expand Down

0 comments on commit 639860d

Please sign in to comment.