]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
changes while testing
[mothur.git] / nocommands.cpp
index 1a01d3718f33fa02ee7f475323d704e135130fea..7df8edc351f2c9b799739832913b961c65726714 100644 (file)
@@ -15,15 +15,11 @@ 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();
+       CommandFactory* valid =  CommandFactory::getInstance();
        valid->printCommands(cout);
        
        return 0;