Commit 1eca210edcb89ddbca78233f5eb0e93fa7a02966
1 parent
e17c6b08
Remove unused variable
Showing
1 changed file
with
0 additions
and
1 deletions
include/cxxopts.hpp
| ... | ... | @@ -554,7 +554,6 @@ namespace cxxopts |
| 554 | 554 | |
| 555 | 555 | using US = typename std::make_unsigned<T>::type; |
| 556 | 556 | |
| 557 | - constexpr auto umax = (std::numeric_limits<US>::max)(); | |
| 558 | 557 | constexpr bool is_signed = std::numeric_limits<T>::is_signed; |
| 559 | 558 | const bool negative = match.length(1) > 0; |
| 560 | 559 | const uint8_t base = match.length(2) > 0 ? 16 : 10; | ... | ... |