]> git.donarmstrong.com Git - mothur.git/blobdiff - trimflowscommand.cpp
Changed back to xcode build.
[mothur.git] / trimflowscommand.cpp
index 3b21d317b2c8f82729418516ad87d23c31392ed0..b098f8f68559c468b48a1fef4dbd34ecc7504db3 100644 (file)
@@ -775,7 +775,6 @@ int TrimFlowsCommand::stripForward(Sequence& seq, int& group){
                                oligo = oligo.substr(0,alnLength);
                                temp = temp.substr(0,alnLength);
                                
-                               int newStart=0;
                                int numDiff = countDiffs(oligo, temp);
                                
                                if(numDiff < minDiff){