Просмотр исходного кода

Remove already-done no_prelude todo. (#4148)

Jon Ross-Perkins 1 год назад
Родитель
Сommit
000d6d63ef
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      toolchain/check/check.cpp

+ 0 - 1
toolchain/check/check.cpp

@@ -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 &&