Skip to content

Commit

Permalink
[DeadCode] Remove CommandInvoker.h (#18382)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and pull[bot] committed Dec 19, 2023
1 parent 905a88f commit 5479578
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 488 deletions.
1 change: 0 additions & 1 deletion examples/chip-tool-darwin/templates/tests/commands.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if CONFIG_ENABLE_YAML_TESTS

#include <commands/tests/TestCommandBridge.h>
#include <commands/common/CommandInvoker.h>
#include <lib/core/Optional.h>
#include <system/SystemClock.h>

Expand Down
1 change: 0 additions & 1 deletion examples/chip-tool/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ static_library("chip-tool-utils") {
"commands/common/CHIPCommand.cpp",
"commands/common/CHIPCommand.h",
"commands/common/Command.cpp",
"commands/common/CommandInvoker.h",
"commands/common/Commands.cpp",
"commands/common/CredentialIssuerCommands.h",
"commands/discover/DiscoverCommand.cpp",
Expand Down
241 changes: 0 additions & 241 deletions examples/chip-tool/commands/common/CommandInvoker.h

This file was deleted.

1 change: 0 additions & 1 deletion examples/chip-tool/templates/tests/commands.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#if CONFIG_ENABLE_YAML_TESTS

#include <commands/tests/TestCommand.h>
#include <commands/common/CommandInvoker.h>
#include <lib/core/Optional.h>
#include <lib/support/CHIPListUtils.h>
#include <system/SystemClock.h>
Expand Down
1 change: 0 additions & 1 deletion examples/tv-casting-app/tv-casting-common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ chip_data_model("tv-casting-common") {
"commands/common/CHIPCommand.cpp",
"commands/common/CHIPCommand.h",
"commands/common/Command.cpp",
"commands/common/CommandInvoker.h",
"commands/common/Commands.cpp",
"commands/common/CredentialIssuerCommands.h",
"include/CastingServer.h",
Expand Down
Loading

0 comments on commit 5479578

Please sign in to comment.