From 1eca210edcb89ddbca78233f5eb0e93fa7a02966 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 14 Jun 2019 18:28:04 +1000 Subject: [PATCH] Remove unused variable --- include/cxxopts.hpp | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 30ece57..a76bd84 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -554,7 +554,6 @@ namespace cxxopts using US = typename std::make_unsigned::type; - constexpr auto umax = (std::numeric_limits::max)(); constexpr bool is_signed = std::numeric_limits::is_signed; const bool negative = match.length(1) > 0; const uint8_t base = match.length(2) > 0 ? 16 : 10; -- libgit2 0.21.4