Removed helpers and moved to ir.c

main
Øyvind Skaaden 2022-03-16 22:27:42 +01:00
parent 78d4161e4d
commit 6b87321671
1 changed files with 0 additions and 4 deletions

View File

@ -49,7 +49,3 @@ typedef struct s {
#define DEFAULT_STRING_LIST_SIZE 8
#define DEFAULT_NO_SCOPES 1
/* Helper functions */
void print_global_tree(symbol_t* global);
void insert_symbol(tlhash_t *hash_table, symbol_t* symbol);