From: Matthias Clasen Date: Sun, 8 Aug 2010 05:08:34 +0000 (-0400) Subject: Drop some unused code X-Git-Tag: 2.25.14~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ada7532b5e8d3c613e26144afbf4c38367afd90;p=platform%2Fupstream%2Fglib.git Drop some unused code Some functions in pcre_get.c are not used. --- diff --git a/glib/pcre/pcre_get.c b/glib/pcre/pcre_get.c index 611778640..40036da82 100644 --- a/glib/pcre/pcre_get.c +++ b/glib/pcre/pcre_get.c @@ -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 */