summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index f99ab1c8c4..2a21592d08 100644
--- a/proto.h
+++ b/proto.h
@@ -1021,7 +1021,6 @@ STATIC I32 S_measure_struct(pTHX_ tempsym_t* symptr);
STATIC char * S_group_end(pTHX_ char *pat, char *patend, char ender);
STATIC char * S_get_num(pTHX_ char *ppat, I32 *);
STATIC bool S_next_symbol(pTHX_ tempsym_t* symptr);
-STATIC void S_doencodes(pTHX_ SV* sv, char* s, I32 len);
STATIC SV* S_is_an_int(pTHX_ char *s, STRLEN l);
STATIC int S_div128(pTHX_ SV *pnum, bool *done);
#endif