Skip to content

Commit 0879c6c

Browse files
committed
Remove unused variable
1 parent 4af74df commit 0879c6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/clusters/valve-configuration-and-control-server/valve-configuration-and-control-server.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ Delegate * GetDefaultDelegate(EndpointId endpoint)
278278
CHIP_ERROR CloseValve(EndpointId ep)
279279
{
280280
Delegate * delegate = GetDelegate(ep);
281-
DataModel::Nullable<uint32_t> rDuration;
282281
CHIP_ERROR attribute_error = CHIP_IM_GLOBAL_STATUS(UnsupportedAttribute);
283282

284283
VerifyOrReturnError(Status::Success == TargetState::Set(ep, ValveConfigurationAndControl::ValveStateEnum::kClosed),

0 commit comments

Comments
 (0)