Browse Source

Erase slowdown

mawinkle 6 năm trước cách đây
mục cha
commit
b3f5813b05
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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;
 	}