Skip to content

Commit d3c80e5

Browse files
committed
Removed refs to nonexist files
1 parent 2c071ab commit d3c80e5

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/app/clusters/commodity-tariff-server/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ source_set("commodity-tariff-server") {
1919
"CommodityTariffAttrsDataMgmt.cpp",
2020
"CommodityTariffAttrsDataMgmt.h",
2121
"CommodityTariffConsts.h",
22-
"CommodityTariffContainers.h",
2322
]
2423

2524
public_deps = [

src/app/clusters/commodity-tariff-server/app_config_dependent_sources.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ TARGET_SOURCES(
2222
"${CLUSTER_DIR}/CommodityTariffAttrsDataMgmt.cpp"
2323
"${CLUSTER_DIR}/CommodityTariffAttrsDataMgmt.h"
2424
"${CLUSTER_DIR}/CommodityTariffConsts.h"
25-
"${CLUSTER_DIR}/CommodityTariffContainers.h"
2625
)

src/app/clusters/commodity-tariff-server/tests/BUILD.gn

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ import("${chip_root}/build/chip/chip_test_suite.gni")
2121
chip_test_suite("tests") {
2222
output_name = "libTestCommodityTariffCluster"
2323

24-
test_sources = [
25-
"TestCommodityTariffBaseDataClass.cpp",
26-
"TestCommodityTariffContainers.cpp",
27-
]
24+
test_sources = [ "TestCommodityTariffBaseDataClass.cpp" ]
2825

2926
sources = []
3027

0 commit comments

Comments
 (0)