Преглед изворни кода

Remove spurious increment of problemid in subproblem.h

Ian Goldberg пре 14 година
родитељ
комит
37f2ae66aa
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      subproblem.h

+ 0 - 1
subproblem.h

@@ -36,7 +36,6 @@ struct Subproblem {
 	    3*sizeof(unsigned int));
 	    3*sizeof(unsigned int));
 	memmove(desc+3+(3*WORDS+3)*sizeof(unsigned int), &dpfreq,
 	memmove(desc+3+(3*WORDS+3)*sizeof(unsigned int), &dpfreq,
 	    sizeof(unsigned int));
 	    sizeof(unsigned int));
-	++problemid;
     }
     }
 
 
     // Initilize the Subproblem from the binary description, *without*
     // Initilize the Subproblem from the binary description, *without*