Skip to content

Commit

Permalink
Remove unused variable from scenes-server (project-chip#33006)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamdp authored Apr 16, 2024
1 parent fdcf07a commit 90732b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/clusters/scenes-server/SceneTableImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ static_assert(kMaxScenesPerEndpoint <= CHIP_CONFIG_MAX_SCENES_TABLE_SIZE,
"CHIP_CONFIG_MAX_SCENES_TABLE_SIZE in CHIPConfig.h if you really need more scenes");
static_assert(kMaxScenesPerEndpoint >= 16, "Per spec, kMaxScenesPerEndpoint must be at least 16");
static constexpr uint16_t kMaxScenesPerFabric = (kMaxScenesPerEndpoint - 1) / 2;
static constexpr uint8_t kMaxFabrics = CHIP_CONFIG_MAX_FABRICS;

/**
* @brief Implementation of a storage in nonvolatile storage of the scene table.
Expand Down

0 comments on commit 90732b2

Please sign in to comment.