X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fgmpint.h;h=f39cd51c52604a02b1590a45aa956040b9b93350;hp=4f45231802ba84af50d88a9db5486cf5fd24bb57;hb=7a83af96414ff156f56455ff7a5e7af01fc403b5;hpb=85e08223a33439f9b4911129b48ee45ff65869eb diff --git a/src/gmpint.h b/src/gmpint.h index 4f45231..f39cd51 100644 --- a/src/gmpint.h +++ b/src/gmpint.h @@ -55,7 +55,6 @@ class Gmpint private: - Gmpint(const mpz_t & op) : m_op(op) {} mpz_t m_op; };