X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=clearmemorycommand.h;fp=clearmemorycommand.h;h=0000000000000000000000000000000000000000;hb=4a877efa127e56e81a21f53cfdbbfd3bfbe8c4ff;hp=901756164ff2cee9fc04561050ba3fdb8d188168;hpb=a6cf29fa4dac0909c7582cb1094151d34093ee76;p=mothur.git diff --git a/clearmemorycommand.h b/clearmemorycommand.h deleted file mode 100644 index 9017561..0000000 --- a/clearmemorycommand.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef CLEARMEMORYCOMMAND_H -#define CLEARMEMORYCOMMAND_H - -/* - * clearmemorycommand.h - * Mothur - * - * Created by westcott on 7/6/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - -#include "command.hpp" - -class ClearMemoryCommand : public Command { -public: - ClearMemoryCommand(string); - ClearMemoryCommand(){ abort = true; calledHelp = true; } - ~ClearMemoryCommand(){} - - vector setParameters(); - string getCommandName() { return "clear.memory"; } - string getCommandCategory() { return "General"; } - string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Clear.memory"; } - string getDescription() { return "remove saved references from memory"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - bool abort; - vector outputNames; -}; - -#endif -