aboutsummaryrefslogtreecommitdiffstats
path: root/int_array.c
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2019-01-06 09:16:07 -0500
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2019-01-06 09:16:07 -0500
commit0678c088360752f332752c3eaec551280151c29c (patch)
tree1a6e1302139557439ef58bc10066d42af200a55a /int_array.c
parent6a41af4e0169f81386922d6a6065a8b408b77296 (diff)
downloadegawk-0678c088360752f332752c3eaec551280151c29c.tar.gz
egawk-0678c088360752f332752c3eaec551280151c29c.tar.bz2
egawk-0678c088360752f332752c3eaec551280151c29c.zip
Remove alength array method in favor of accessing table_size directly.
Diffstat (limited to 'int_array.c')
-rw-r--r--int_array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/int_array.c b/int_array.c
index 069e027d..9f705176 100644
--- a/int_array.c
+++ b/int_array.c
@@ -49,7 +49,6 @@ static void grow_int_table(NODE *symbol);
afunc_t int_array_func[] = {
int_array_init,
is_integer,
- null_length,
int_lookup,
int_exists,
int_clear,