mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove comment
This commit is contained in:
@@ -40,7 +40,7 @@ class MsgPackDeserializer {
|
|||||||
template <typename TFilter>
|
template <typename TFilter>
|
||||||
bool parseVariant(VariantData *variant, TFilter filter,
|
bool parseVariant(VariantData *variant, TFilter filter,
|
||||||
NestingLimit nestingLimit) {
|
NestingLimit nestingLimit) {
|
||||||
uint8_t code = 0; // TODO: why do we need to initialize this variable?
|
uint8_t code = 0;
|
||||||
if (!readByte(code))
|
if (!readByte(code))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user