summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-20 21:58:17 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-20 21:58:17 +0200
commitf1aae2393344a21675bc3d5f3c24f9b555c5744b (patch)
tree39e0738ae9f4a507bc8bf7cbe7344b6041847ccb /symbol.c
parent611ebfe5c55849245d47b4c5878eb85b27861f12 (diff)
downloadgawk-f1aae2393344a21675bc3d5f3c24f9b555c5744b.tar.gz
Remove unneeded calls to make_aname.
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index e89214c0..23e04c03 100644
--- a/symbol.c
+++ b/symbol.c
@@ -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);