mawinkle 6 лет назад
Родитель
Сommit
b3f5813b05
1 измененных файлов с 0 добавлено и 6 удалено
  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;
 	}