diff --git a/include/boost/multiprecision/gmp.hpp b/include/boost/multiprecision/gmp.hpp index 1442d8a7..6351f7ea 100644 --- a/include/boost/multiprecision/gmp.hpp +++ b/include/boost/multiprecision/gmp.hpp @@ -1695,7 +1695,6 @@ inline typename enable_if, Integer>::type eval_integer_modu template inline typename enable_if, Integer>::type eval_integer_modulus(const gmp_int& x, Integer val) { - typedef typename make_unsigned::type unsigned_type; return eval_integer_modulus(x, boost::multiprecision::detail::unsigned_abs(val)); } inline void eval_powm(gmp_int& result, const gmp_int& base, const gmp_int& p, const gmp_int& m)