Drop some unused code

Some functions in pcre_get.c are not used.
This commit is contained in:
Matthias Clasen 2010-08-08 01:08:34 -04:00
parent 8804d6a98f
commit 6ada7532b5

View File

@ -164,6 +164,7 @@ return PCRE_ERROR_NOSUBSTRING;
}
#if 0
/*************************************************
* Find first set of multiple named strings *
@ -462,4 +463,6 @@ pcre_free_substring(const char *pointer)
(pcre_free)((void *)pointer);
}
#endif
/* End of pcre_get.c */