remove comment

This commit is contained in:
proddy
2021-07-28 18:00:14 +02:00
parent aa9ba65f70
commit 87e6691433

View File

@@ -40,7 +40,7 @@ class MsgPackDeserializer {
template <typename TFilter>
bool parseVariant(VariantData *variant, TFilter filter,
NestingLimit nestingLimit) {
uint8_t code = 0; // TODO: why do we need to initialize this variable?
uint8_t code = 0;
if (!readByte(code))
return false;