summaryrefslogtreecommitdiff
path: root/av.c
diff options
context:
space:
mode:
Diffstat (limited to 'av.c')
-rw-r--r--av.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/av.c b/av.c
index 7232e8a493..58489fd139 100644
--- a/av.c
+++ b/av.c
@@ -262,14 +262,6 @@ register AV *av;
AvMAX(av) = AvFILL(av) = -1;
}
-void
-av_free(av)
-AV *av;
-{
- av_undef(av);
- Safefree(av);
-}
-
bool
av_push(av,val)
register AV *av;