summaryrefslogtreecommitdiff
path: root/to.do/unicode/scan.l
diff options
context:
space:
mode:
Diffstat (limited to 'to.do/unicode/scan.l')
-rw-r--r--to.do/unicode/scan.l7
1 files changed, 0 insertions, 7 deletions
diff --git a/to.do/unicode/scan.l b/to.do/unicode/scan.l
index 1214490..6b8daac 100644
--- a/to.do/unicode/scan.l
+++ b/to.do/unicode/scan.l
@@ -689,13 +689,6 @@ char *file;
/* Wrapper routines for accessing the scanner's malloc routines. */
-void *flex_realloc( ptr, size )
-void *ptr;
-size_t size;
- {
- return realloc(ptr, size);
- }
-
void flex_free( ptr )
void *ptr;
{