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/functiontostring.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/functiontostring.h (limited to 'src/functiontostring.h') diff --git a/src/functiontostring.h b/src/functiontostring.h deleted file mode 100644 index d9c5af7..0000000 --- a/src/functiontostring.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef FUNCTION_TO_STRING_H -#define FUNCTION_TO_STRING_H - -#include - -#include "function.h" - -class FunctionToString : public Function -{ -public: - FunctionToString(); - virtual ~FunctionToString(); - - virtual void execute( Build *bld, const StringList &lInput, StringList &lOutput ); - virtual Function *duplicate( Build &bld, const StringList *cont, VarMap *mExtra ); - -private: - -}; - -#endif -- cgit v1.2.3