summaryrefslogtreecommitdiff
path: root/src/flexdef.h
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-12-09 16:22:11 -0500
committerWill Estes <westes575@gmail.com>2015-12-09 17:44:33 -0500
commit8205442c7c850f59799a76def5df2f46c76ff307 (patch)
tree002b7543af823591d437d60053de88b11d86b0d5 /src/flexdef.h
parent3d08a0129229e99e1bcaa33d024e9cb0c27d903c (diff)
Replace zero_out() with stdlib's memset.
Diffstat (limited to 'src/flexdef.h')
-rw-r--r--src/flexdef.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/flexdef.h b/src/flexdef.h
index 71eebc6..9c6baec 100644
--- a/src/flexdef.h
+++ b/src/flexdef.h
@@ -939,9 +939,6 @@ extern void transition_struct_out PROTO ((int, int));
/* Only needed when using certain broken versions of bison to build parse.c. */
extern void *yy_flex_xmalloc PROTO ((int));
-/* Set a region of memory to 0. */
-extern void zero_out PROTO ((char *, size_t));
-
/* from file nfa.c */