diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2019-01-06 09:16:07 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2019-01-06 09:16:07 -0500 |
commit | 0678c088360752f332752c3eaec551280151c29c (patch) | |
tree | 1a6e1302139557439ef58bc10066d42af200a55a /cint_array.c | |
parent | 6a41af4e0169f81386922d6a6065a8b408b77296 (diff) | |
download | egawk-0678c088360752f332752c3eaec551280151c29c.tar.gz egawk-0678c088360752f332752c3eaec551280151c29c.tar.bz2 egawk-0678c088360752f332752c3eaec551280151c29c.zip |
Remove alength array method in favor of accessing table_size directly.
Diffstat (limited to 'cint_array.c')
-rw-r--r-- | cint_array.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cint_array.c b/cint_array.c index 05b94400..7db45fd2 100644 --- a/cint_array.c +++ b/cint_array.c @@ -62,7 +62,6 @@ static void cint_print(NODE *symbol); afunc_t cint_array_func[] = { cint_array_init, is_uinteger, - null_length, cint_lookup, cint_exists, cint_clear, |