Skip to content

Commit

Permalink
remove empty change
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 23, 2024
1 parent ee410fc commit 347377b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,9 @@ CHIP_ERROR BaseApplication::Init()
#endif // ENABLE_WSTK_LEDS

#ifdef ENABLE_CHIP_SHELL

#if CHIP_CONFIG_ENABLE_ICD_SERVER
ICDCommands::RegisterCommands();
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER

#endif // ENABLE_CHIP_SHELL

#ifdef PERFORMANCE_TEST_ENABLED
Expand Down
1 change: 0 additions & 1 deletion src/lib/shell/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ static_library("shell") {
output_dir = "${root_out_dir}/lib"

sources = []
deps = []

if (chip_target_style == "unix") {
sources += [ "streamer_stdio.cpp" ]
Expand Down

0 comments on commit 347377b

Please sign in to comment.