]> git.donarmstrong.com Git - mothur.git/blobdiff - mgclustercommand.cpp
changes while testing 1.26
[mothur.git] / mgclustercommand.cpp
index 4ca0cdfb9af8f71338be56a9649ec4c6f8a07a87..2143495ce0cae46cd52a145ec19abccf9d654ac8 100644 (file)
@@ -716,12 +716,6 @@ void MGClusterCommand::sortHclusterFiles(string unsortedDist, string unsortedOve
 
 void MGClusterCommand::createRabund(map<string, int> nameMapCounts){
     try {
-        //RAbundVector rav;
-        map<string,int>::iterator it;
-        //it = nameMapCounts.begin();
-        //for(int i = 0; i < list->getNumBins(); i++) {   rav.push_back((*it).second); it++;    }
-        for ( it=nameMapCounts.begin(); it!=nameMapCounts.end(); it++ ) {    rav.push_back( it->second );    }
-        //return rav;
     }
     catch(exception& e) {
                m->errorOut(e, "MGClusterCommand", "createRabund");