From 4ed6c3e44b2b22e1ab043aae8b7599bd0eb23def Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 3 Jun 2015 18:51:41 +0100 Subject: [PATCH] Remove unused typedef. --- include/boost/multiprecision/tommath.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/multiprecision/tommath.hpp b/include/boost/multiprecision/tommath.hpp index 65fb667a..9c373443 100644 --- a/include/boost/multiprecision/tommath.hpp +++ b/include/boost/multiprecision/tommath.hpp @@ -640,7 +640,6 @@ inline typename enable_if, Integer>::type eval_integer_modu template inline typename enable_if, Integer>::type eval_integer_modulus(const tommath_int& x, Integer val) { - typedef typename make_unsigned::type unsigned_type; return eval_integer_modulus(x, boost::multiprecision::detail::unsigned_abs(val)); }