remove unused functions

git-svn-id: svn://10.0.0.236/trunk@35594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
1999-06-16 01:01:09 +00:00
parent 7f042a583d
commit f46902fa6b

View File

@@ -274,6 +274,7 @@ XP_RegExpMatch(char *str, char *xp, Bool case_insensitive) {
/* ------------------------------ shexp_cmp ------------------------------- */
#if 0
PUBLIC int
XP_RegExpSearch(char *str, char *exp)
{
@@ -301,4 +302,5 @@ XP_RegExpCaseSearch(char *str, char *exp)
return XP_RegExpMatch(str, exp, TRUE);
}
}
#endif