mawinkle 6 anni fa
parent
commit
b3f5813b05
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      BigInt64.hpp

+ 0 - 6
BigInt64.hpp

@@ -609,12 +609,6 @@ struct BigInt{
 			temp.setZero();
 		}
 		result.trim();
-		BigInt krep = result;
-		krep.moda(*this);
-		assert(krep.isZero());
-		krep = result;
-		krep.moda(o);
-		assert(krep.isZero());
 		return result;
 	}