aboutsummaryrefslogtreecommitdiff
path: root/boot/type_check.cc
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-09-02 13:31:04 +0200
committerEugen Wissner <belka@caraus.de>2026-09-07 10:53:02 +0200
commit47521ad6d85f9bd6caee39696ce40dff82cfa50d (patch)
treecf5813033a440c6ac374948894d5dd70e0712cdb /boot/type_check.cc
parent0fada11e99da430e9a056e46da9f0e110df6c45c (diff)
downloadelna-47521ad6d85f9bd6caee39696ce40dff82cfa50d.tar.gz
Implement program entry point
Diffstat (limited to 'boot/type_check.cc')
-rw-r--r--boot/type_check.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/type_check.cc b/boot/type_check.cc
index fd47998..da60a21 100644
--- a/boot/type_check.cc
+++ b/boot/type_check.cc
@@ -691,11 +691,6 @@ namespace elna::boot
this->current_procedure.reset();
}
- void type_analysis_visitor::visit(unit *unit)
- {
- walking_visitor::visit(unit);
- }
-
void type_analysis_visitor::visit(assign_statement *statement)
{
walking_visitor::visit(statement);