Merge pull request #29 from egor-spk/fix-warnings

remove unused variable
This commit is contained in:
Marius Bancila 2020-11-09 11:11:40 +02:00 committed by GitHub
commit afef8d228d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;