浏览代码

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;
 	}