summaryrefslogtreecommitdiffstats
path: root/src/kwsys/RegularExpression.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/kwsys/RegularExpression.cxx')
-rw-r--r--src/kwsys/RegularExpression.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/kwsys/RegularExpression.cxx b/src/kwsys/RegularExpression.cxx
index c829787..598e7ca 100644
--- a/src/kwsys/RegularExpression.cxx
+++ b/src/kwsys/RegularExpression.cxx
@@ -882,13 +882,6 @@ void regdump ();
static char* regprop ();
#endif
-bool RegularExpression::find (kwsys_stl::string const& s)
-{
- return find(s.c_str());
-}
-
-
-
// find -- Matches the regular expression to the given string.
// Returns true if found, and sets start and end indexes accordingly.