diff options
Diffstat (limited to 'src/checker.cpp')
| -rw-r--r-- | src/checker.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/checker.cpp b/src/checker.cpp index 73130732e..52e054743 100644 --- a/src/checker.cpp +++ b/src/checker.cpp @@ -549,9 +549,6 @@ void init_universal_scope(void) { add_global_constant(str_lit("false"), t_untyped_bool, exact_value_bool(false)); add_global_entity(alloc_entity_nil(str_lit("nil"), t_untyped_nil)); - // add_global_entity(alloc_entity_library_name(universal_scope, - // make_token_ident(str_lit("__llvm_core")), t_invalid, - // str_lit(""), str_lit("__llvm_core"))); // TODO(bill): Set through flags in the compiler add_global_string_constant(str_lit("ODIN_VENDOR"), bc->ODIN_VENDOR); |