From 51e21a316be6e052251b3dfc7d671061ebd67cee Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Dec 2009 18:03:28 +0000 Subject: Removed the old trunk contents. About to load up m3 --- src/performcommand.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/performcommand.h (limited to 'src/performcommand.h') 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 @@ -#ifndef PERFORM_COMMAND_H -#define PERFORM_COMMAND_H - -#include - -#include "perform.h" - -class PerformCommand : public Perform -{ -public: - PerformCommand(); - virtual ~PerformCommand(); - - virtual Perform *duplicate( Build &bld, const StringList *cont, VarMap *mExtra ); - virtual void execute( Build &bld ); - -private: - -}; - -#endif -- cgit v1.2.3