remove unused variable
This commit is contained in:
parent
efc6744581
commit
40c08315a7
@ -411,7 +411,6 @@ namespace uuids
|
||||
template<class CharT = char>
|
||||
static bool is_valid_uuid(CharT const * str) noexcept
|
||||
{
|
||||
CharT digit = 0;
|
||||
bool firstDigit = true;
|
||||
int hasBraces = 0;
|
||||
size_t index = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user