[Kazehakase-cvs] CVS update: kazehakase/src/libegg/regex/pcre

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Mon Jan 1 10:19:34 JST 2007


Index: kazehakase/src/libegg/regex/pcre/get.c
diff -u kazehakase/src/libegg/regex/pcre/get.c:1.1 kazehakase/src/libegg/regex/pcre/get.c:1.2
--- kazehakase/src/libegg/regex/pcre/get.c:1.1	Fri Aug  6 20:13:18 2004
+++ kazehakase/src/libegg/regex/pcre/get.c	Mon Jan  1 10:19:34 2007
@@ -228,25 +228,6 @@
 
 
 /*************************************************
-*   Free store obtained by get_substring_list    *
-*************************************************/
-
-/* This function exists for the benefit of people calling PCRE from non-C
-programs that can call its functions, but not free() or (pcre_free)() directly.
-
-Argument:   the result of a previous pcre_get_substring_list()
-Returns:    nothing
-*/
-
-void
-g_free_substring_list(const char **pointer)
-{
-(g_free)((void *)pointer);
-}
-
-
-
-/*************************************************
 *      Copy captured string to new store         *
 *************************************************/
 
@@ -329,21 +310,4 @@
 
 
 
-/*************************************************
-*       Free store obtained by get_substring     *
-*************************************************/
-
-/* This function exists for the benefit of people calling PCRE from non-C
-programs that can call its functions, but not free() or (pcre_free)() directly.
-
-Argument:   the result of a previous pcre_get_substring()
-Returns:    nothing
-*/
-
-void
-g_free_substring(const char *pointer)
-{
-(g_free)((void *)pointer);
-}
-
 /* End of get.c */


More information about the Kazehakase-cvs mailing list
Back to archive index