summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-12-08 21:12:21 -0500
committerWill Estes <westes575@gmail.com>2015-12-09 09:51:17 -0500
commit1cc5d870326d0c574a21bbe85457bfc50d6cc43e (patch)
tree8bbb5c8f2195d326bf914fc4755f3f62e27db81d /src/flexdef.h
parentc53d722b0b4e81b08cfc2f9ff6675a7abe0de2c3 (diff)
Removed flex_realloc().
As with flex_alloc(), replace calls to flex_realloc(), which was just a wrapper around realloc().
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 227ba9f..098eb04 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -677,7 +677,6 @@ extern int num_backing_up, bol_needed;
void *allocate_array PROTO ((int, size_t));
void *reallocate_array PROTO ((void *, int, size_t));
-void *flex_realloc PROTO ((void *, size_t));
void flex_free PROTO ((void *));
#define allocate_integer_array(size) \