Skip to content

Commit 2cab7f6

Browse files
committed
Remove unused varibles
1 parent 19525fc commit 2cab7f6

File tree

1 file changed

+0
-4
lines changed
  • examples/fabric-bridge-app/linux

1 file changed

+0
-4
lines changed

examples/fabric-bridge-app/linux/main.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ using namespace chip::app::Clusters;
6060

6161
namespace {
6262

63-
const int kNodeLabelSize = 32;
64-
// Current ZCL implementation of Struct uses a max-size array of 254 bytes
65-
const int kDescriptorAttributeArraySize = 254;
66-
6763
EndpointId gCurrentEndpointId;
6864
EndpointId gFirstDynamicEndpointId;
6965
Device * gDevices[CHIP_DEVICE_CONFIG_DYNAMIC_ENDPOINT_COUNT + 1];

0 commit comments

Comments
 (0)