]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.cpp
removed read.dist, read.otu, read.tree and globaldata. added current to defaults...
[mothur.git] / nocommands.cpp
index eab873ba1eec6bc6a01b748f4ce6b441c9e1f4f1..9c223ee9e31c2eae2fb00da28a0a113bbf7ec01d 100644 (file)
@@ -9,49 +9,12 @@
 
 #include "nocommands.h"
 
-//**********************************************************************************************************************
-vector<string> NoCommand::getValidParameters(){        
-       try {
-               vector<string> myArray; 
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "NoCommand", "getValidParameters");
-               exit(1);
-       }
-}
-//**********************************************************************************************************************
-vector<string> NoCommand::getRequiredParameters(){     
-       try {
-               vector<string> myArray;
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "NoCommand", "getRequiredParameters");
-               exit(1);
-       }
-}
-//**********************************************************************************************************************
-vector<string> NoCommand::getRequiredFiles(){  
-       try {
-               vector<string> myArray;
-               return myArray;
-       }
-       catch(exception& e) {
-               m->errorOut(e, "NoCommand", "getRequiredFiles");
-               exit(1);
-       }
-}
 //**********************************************************************************************************************
 
 NoCommand::NoCommand(string option)  {}
 
 //**********************************************************************************************************************
 
-NoCommand::~NoCommand(){}
-
-//**********************************************************************************************************************
-
 int NoCommand::execute(){
        //Could choose to give more help here?fdsah
        cout << "Invalid command.\n";