projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8804d6a
)
Drop some unused code
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Aug 2010 05:08:34 +0000
(
01:08
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 8 Aug 2010 05:12:05 +0000
(
01:12
-0400)
Some functions in pcre_get.c are not used.
glib/pcre/pcre_get.c
patch
|
blob
|
history
diff --git
a/glib/pcre/pcre_get.c
b/glib/pcre/pcre_get.c
index 61177864093e5efc920cc1458da059a6974e767d..40036da828a6c385401903ca35c6022489e80ca0 100644
(file)
--- 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 */