소스 검색

Erase slowdown

mawinkle 6 년 전
부모
커밋
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;
 	}