]> git.donarmstrong.com Git - mothur.git/blobdiff - sharedordervector.cpp
This is v.1.4.0
[mothur.git] / sharedordervector.cpp
index a009db16546d647b902dc31a6f00713485d03126..218ed8709dd6ce4b624c233c4d60aa8c3cb4a27f 100644 (file)
@@ -33,7 +33,7 @@ SharedOrderVector::SharedOrderVector(ifstream& f) : DataVector() {  //reads in a
                
                if (globaldata->gGroupmap == NULL) {  groupmap = new GroupMap(); }
                
-               int num, inputData, pos, count;
+               int num, inputData, count;
                count = 0;  numSeqs = 0;
                string holdLabel, nextLabel, groupN;
                individual newguy;