aboutsummaryrefslogtreecommitdiff
path: root/src/symbol_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol_table.c')
-rw-r--r--src/symbol_table.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/symbol_table.c b/src/symbol_table.c
index d03f858..60f2cd6 100644
--- a/src/symbol_table.c
+++ b/src/symbol_table.c
@@ -172,8 +172,6 @@ int loc_get_addr(const char name[]) {
172 return loc_symbol_table.entries[count].addr; 172 return loc_symbol_table.entries[count].addr;
173 } 173 }
174 } 174 }
175 fprintf(stderr, "No definition of the variable %s near line %d\n", name,
176 lineno);
177 return -1; 175 return -1;
178} 176}
179void loc_display_table() { 177void loc_display_table() {