X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.cpp;h=bb866ed9364557765a38ad78cf1bb047ea502fc9;hb=29c0d3ec01be5372807eb86261100d77de253787;hp=07fe251d1d6e8414dfe54785c5dea8cbe500ab3e;hpb=510b1cfc25cd79391d6973ca20c5ec25fb1bb3b2;p=mothur.git diff --git a/readotucommand.cpp b/readotucommand.cpp index 07fe251..bb866ed 100644 --- a/readotucommand.cpp +++ b/readotucommand.cpp @@ -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;