]> git.donarmstrong.com Git - mothur.git/blobdiff - readotucommand.cpp
modified read.otu and shared command
[mothur.git] / readotucommand.cpp
index 07fe251d1d6e8414dfe54785c5dea8cbe500ab3e..bb866ed9364557765a38ad78cf1bb047ea502fc9 100644 (file)
@@ -158,10 +158,6 @@ int ReadOtuCommand::execute(){
                
                if (globaldata->getFormat() == "shared") {
                        
-                       parselist = new ParseListCommand();
-                       parselist->execute();
-                       delete parselist;
-                       
                        shared = new SharedCommand();
                        shared->execute();
                        delete shared;