Skip to content

Commit b629c11

Browse files
committed
ArduinoIoTCloudClass: Remove unused variable
1 parent 11e77ea commit b629c11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/ArduinoIoTCloud.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ArduinoIoTCloudClass::ArduinoIoTCloudClass()
3434
, _lib_version{AIOT_CONFIG_LIB_VERSION}
3535
, _device_id{""}
3636
, _cloud_event_callback{nullptr}
37-
, _thing_id_outdated{false}
3837
{
3938

4039
}

src/ArduinoIoTCloud.h

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ class ArduinoIoTCloudClass
162162

163163
String _device_id;
164164
OnCloudEventCallback _cloud_event_callback[3];
165-
bool _thing_id_outdated;
166165
};
167166

168167
#ifdef HAS_TCP

0 commit comments

Comments
 (0)