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>
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user