]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
changes while testing
[mothur.git] / nocommands.cpp
index 459ac5cfe8d0d79ff86569c4c090a0ae84d6c52c..7df8edc351f2c9b799739832913b961c65726714 100644 (file)
@@ -15,14 +15,10 @@ NoCommand::NoCommand(string option)  {}
 
 //**********************************************************************************************************************
 
-NoCommand::~NoCommand(){}
-
-//**********************************************************************************************************************
-
 int NoCommand::execute(){
        //Could choose to give more help here?fdsah
        cout << "Invalid command.\n";
-       
+   
        CommandFactory* valid =  CommandFactory::getInstance();
        valid->printCommands(cout);