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 /gawkapi.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 'gawkapi.c')
-rw-r--r-- | gawkapi.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -790,7 +790,6 @@ api_set_array_element(awk_ext_id_t id, awk_array_t a_cookie, elem->parent_array = array; elem->vname = estrdup(index->str_value.str, index->str_value.len); - make_aname(elem); } return awk_true; |