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