Merge pull request #29 from egor-spk/fix-warnings
remove unused variable
This commit is contained in:
commit
afef8d228d
@ -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