aboutsummaryrefslogtreecommitdiff
path: root/boot/symbol.cc
diff options
context:
space:
mode:
Diffstat (limited to 'boot/symbol.cc')
-rw-r--r--boot/symbol.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/symbol.cc b/boot/symbol.cc
index 738e4e1..da948fd 100644
--- a/boot/symbol.cc
+++ b/boot/symbol.cc
@@ -329,8 +329,6 @@ namespace elna::boot
result->enter("Char", std::make_shared<type_info>(type(std::make_shared<primitive_type>("Char"))));
result->enter("Pointer", std::make_shared<type_info>(type(std::make_shared<primitive_type>("Pointer"))));
result->enter("Float", std::make_shared<type_info>(type(std::make_shared<primitive_type>("Float"))));
- result->enter("String", std::make_shared<type_info>(type(std::make_shared<primitive_type>("String"))));
-
type const boolean = type(std::make_shared<primitive_type>("Bool"));
result->enter("Bool", std::make_shared<type_info>(boolean));