Skip to content

Commit 9c7a0d5

Browse files
committed
Cleanup comments
1 parent 04a7ba8 commit 9c7a0d5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/oven-app/oven-app-common/include/CookTopEndpoint.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ class CookTopEndpoint
3333

3434
/**
3535
* @brief Initialize the cooktop endpoint.
36-
*
37-
* @return CHIP_ERROR indicating success or failure of the initialization.
3836
*/
3937
CHIP_ERROR Init();
4038

examples/oven-app/oven-app-common/src/OvenEndpoint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ using namespace chip::app::Clusters;
2828
using namespace chip::app::Clusters::Oven;
2929
using namespace chip::app::Clusters::OvenMode;
3030
using namespace chip::app::Clusters::TemperatureControlledCabinet;
31-
// using namespace chip::app::Clusters::detail::Structs;
3231
using chip::Protocols::InteractionModel::Status;
3332

3433
// Static member definitions

0 commit comments

Comments
 (0)