X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.cpp;h=50ee5c103c00a144159b52a8c1779b7627e46079;hb=b7cce6e0a45013919e76a266533fcca4052cf157;hp=2df74e4e6c3283db6808754ede700c66d9c56b6e;hpb=02909d6cae9963ba00dc746969a370fa8ca934fc;p=mothur.git diff --git a/readotucommand.cpp b/readotucommand.cpp index 2df74e4..50ee5c1 100644 --- a/readotucommand.cpp +++ b/readotucommand.cpp @@ -107,7 +107,6 @@ ReadOtuCommand::ReadOtuCommand(string option){ if (abort == false) { //gets whichever one of the above is set filename = globaldata->inputFileName; - //read = new ReadOTUFile(filename); } } @@ -156,9 +155,7 @@ void ReadOtuCommand::help(){ //********************************************************************************************************************** ReadOtuCommand::~ReadOtuCommand(){ - if (abort == false) { //delete read; - } -} + } //********************************************************************************************************************** @@ -167,9 +164,7 @@ int ReadOtuCommand::execute(){ if (abort == true) { return 0; } - //read->read(&*globaldata); if (globaldata->getFormat() == "shared") { - //groupMap->readMap(); parselist = new ParseListCommand(); parselist->execute();