From db6b075e7a33a704bddb6dc88c7df524e800ba2e Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 2 Jun 2015 18:27:13 +0100 Subject: [PATCH] Remove unneeded typedef. --- include/boost/multiprecision/gmp.hpp | 1 - 1 file changed, 1 deletion(-) 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)