Remove unused variable

This commit is contained in:
Jarryd Beck 2019-06-14 18:28:04 +10:00
parent e17c6b0827
commit 1eca210edc

View File

@ -554,7 +554,6 @@ namespace cxxopts
using US = typename std::make_unsigned<T>::type;
constexpr auto umax = (std::numeric_limits<US>::max)();
constexpr bool is_signed = std::numeric_limits<T>::is_signed;
const bool negative = match.length(1) > 0;
const uint8_t base = match.length(2) > 0 ? 16 : 10;