summaryrefslogtreecommitdiffstats
path: root/src/symbol-table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol-table.h')
-rw-r--r--src/symbol-table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/symbol-table.h b/src/symbol-table.h
index b1e5a3f..2afd1b0 100644
--- a/src/symbol-table.h
+++ b/src/symbol-table.h
@@ -13,7 +13,6 @@ CcmmcSymbol *ccmmc_symbol_table_lookup (char *name);
void ccmmc_symbol_table_insert_id (char *name,
int line_number);
void ccmmc_symbol_table_print (void);
-CcmmcSymbol **ccmmc_symbol_table_tmp (int *len);
#endif
// vim: set sw=4 ts=4 sts=4 et: