]> git.donarmstrong.com Git - mothur.git/blobdiff - clustersplitcommand.cpp
working on chimera change to add trim feature, fixed bug in print of distance file...
[mothur.git] / clustersplitcommand.cpp
index 0aceb8bc842eb0ee47704f31d8cdb0b6649f9e4a..c36e280e2925e3d07e6ef33e0756bbc039f08299 100644 (file)
@@ -380,7 +380,6 @@ int ClusterSplitCommand::execute(){
                                        
                        //for each file group figure out which process will complete it
                        //want to divide the load intelligently so the big files are spread between processes
-                       int count = 1;
                        for (int i = 0; i < distName.size(); i++) { 
                                int processToAssign = (i+1) % processors; 
                                if (processToAssign == 0) { processToAssign = processors; }