Skip to content

Commit 90732b2

Browse files
authored
Remove unused variable from scenes-server (#33006)
1 parent fdcf07a commit 90732b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/clusters/scenes-server/SceneTableImpl.h

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ static_assert(kMaxScenesPerEndpoint <= CHIP_CONFIG_MAX_SCENES_TABLE_SIZE,
4040
"CHIP_CONFIG_MAX_SCENES_TABLE_SIZE in CHIPConfig.h if you really need more scenes");
4141
static_assert(kMaxScenesPerEndpoint >= 16, "Per spec, kMaxScenesPerEndpoint must be at least 16");
4242
static constexpr uint16_t kMaxScenesPerFabric = (kMaxScenesPerEndpoint - 1) / 2;
43-
static constexpr uint8_t kMaxFabrics = CHIP_CONFIG_MAX_FABRICS;
4443

4544
/**
4645
* @brief Implementation of a storage in nonvolatile storage of the scene table.

0 commit comments

Comments
 (0)