]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
fixed linking error in collect, collectshared, and errorcheckor
[mothur.git] / collectsharedcommand.cpp
index b3f798145bc4de3abe460aa0e8dbccd8825178c6..8c04545d61fc321382122526bc53e4c2892321eb 100644 (file)
@@ -142,7 +142,6 @@ int CollectSharedCommand::execute(){
                for(i = globaldata->labels.begin(); i != globaldata->labels.end(); ++i)
                        if(orderList.count(*i) == 0)
                                cout << "'" << *i << "'" << " is not a valid label.\n";
-               globaldata->clearLabels();
                for(int i=0;i<cDisplays.size();i++){    delete cDisplays[i];    }       
                return 0;
        }