Skip to content

Commit

Permalink
Remove already-done no_prelude todo. (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow authored Jul 22, 2024
1 parent 4a8a7bf commit 000d6d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolchain/check/check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ auto CheckParseTrees(llvm::MutableArrayRef<Unit> units, bool prelude_import,

// Add the prelude import. It's added to explicit_import_map so that it can
// conflict with an explicit import of the prelude.
// TODO: Add --no-prelude-import for `/no_prelude/` subdirs.
IdentifierId core_ident_id =
unit_info.unit->value_stores->identifiers().Add("Core");
if (prelude_import &&
Expand Down

0 comments on commit 000d6d6

Please sign in to comment.