Skip to content
Snippets Groups Projects
Commit bbc94ba8 authored by Sebastian Holtermann's avatar Sebastian Holtermann
Browse files

RegularExpression: Remove unused code

parent 64f80068
Branches
No related tags found
No related merge requests found
......@@ -849,11 +849,6 @@ public:
int regmatch(const char*);
int regrepeat(const char*);
};
#ifdef DEBUG
int regnarrate = 0;
void regdump();
static char* regprop();
#endif
// find -- Matches the regular expression to the given string.
// Returns true if found, and sets start and end indexes accordingly.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment