From 47521ad6d85f9bd6caee39696ce40dff82cfa50d Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 2 Sep 2026 13:31:04 +0200 Subject: Implement program entry point --- boot/type_check.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'boot/type_check.cc') 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); -- cgit v1.2.3