remove unused functions
git-svn-id: svn://10.0.0.236/trunk@35594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user