aboutsummaryrefslogtreecommitdiff
path: root/boot/type_check.cc
diff options
context:
space:
mode:
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);