remove unused variable

This commit is contained in:
Egor Kuzmin 2020-11-05 18:05:43 +03:00
parent efc6744581
commit 40c08315a7

View File

@ -411,7 +411,6 @@ namespace uuids
template<class CharT = char> template<class CharT = char>
static bool is_valid_uuid(CharT const * str) noexcept static bool is_valid_uuid(CharT const * str) noexcept
{ {
CharT digit = 0;
bool firstDigit = true; bool firstDigit = true;
int hasBraces = 0; int hasBraces = 0;
size_t index = 0; size_t index = 0;