diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-18 22:47:31 +0000 |
| commit | cb1450b796eff3c8830616e2e9a3d83d4dfb4900 (patch) | |
| tree | 1ed2b992f9b082cf82913abeaff8c208ecab67dd /src/core/symbol.c | |
| parent | a35ace22b374005c65bda8302761d24f75280170 (diff) | |
backdowngrade
Diffstat (limited to 'src/core/symbol.c')
| -rw-r--r-- | src/core/symbol.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/core/symbol.c b/src/core/symbol.c index 7c8a8f7..2343cdb 100644 --- a/src/core/symbol.c +++ b/src/core/symbol.c @@ -33,9 +33,7 @@ *:*/ #include "symbol.h" -#include "token.h" -#include "../data/array.h" #include "../data/list.h" Symbol* @@ -57,20 +55,8 @@ symbol_delete(Symbol *p_symbol) { list_delete(p_list_token); } break; - case SYM_VARIABLE: - { - Token *p_token = symbol_get_val(p_symbol); - switch (token_get_tt(p_token)) { - case TT_ARRAY: - //array_iterate(p_token->p_array, token_delete_cb); - break; - NO_DEFAULT; - } - } - break; NO_DEFAULT; } - free(p_symbol); } |
