diff options
Diffstat (limited to 'src/functionregexp.h')
| -rw-r--r-- | src/functionregexp.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/functionregexp.h b/src/functionregexp.h deleted file mode 100644 index 42fe811..0000000 --- a/src/functionregexp.h +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | #ifndef FUNCTION_REGEXP_H | ||
| 2 | #define FUNCTION_REGEXP_H | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | |||
| 6 | #include "function.h" | ||
| 7 | |||
| 8 | class FunctionRegexp : public Function | ||
| 9 | { | ||
| 10 | public: | ||
| 11 | FunctionRegexp(); | ||
| 12 | virtual ~FunctionRegexp(); | ||
| 13 | |||
| 14 | virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput ); | ||
| 15 | virtual Function *duplicate( Build &bld, const StringList *cont, VarMap *mExtra ); | ||
| 16 | |||
| 17 | private: | ||
| 18 | |||
| 19 | }; | ||
| 20 | |||
| 21 | #endif | ||
