diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 21:58:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 21:58:17 +0200 |
commit | f1aae2393344a21675bc3d5f3c24f9b555c5744b (patch) | |
tree | 39e0738ae9f4a507bc8bf7cbe7344b6041847ccb /symbol.c | |
parent | 611ebfe5c55849245d47b4c5878eb85b27861f12 (diff) | |
download | egawk-f1aae2393344a21675bc3d5f3c24f9b555c5744b.tar.gz egawk-f1aae2393344a21675bc3d5f3c24f9b555c5744b.tar.bz2 egawk-f1aae2393344a21675bc3d5f3c24f9b555c5744b.zip |
Remove unneeded calls to make_aname.
Diffstat (limited to 'symbol.c')
-rw-r--r-- | symbol.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -565,7 +565,6 @@ load_symbols() sym_array->parent_array = PROCINFO_node; sym_array->vname = estrdup("identifiers", 11); - make_aname(sym_array); user = make_string("user", 4); extension = make_string("extension", 9); |