remove TODO

This commit is contained in:
proddy
2021-02-28 13:53:06 +01:00
parent 3abc85f09a
commit c8061e86c5

View File

@@ -43,7 +43,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;