Skip to content

Commit d16850f

Browse files
remove more commented code.
1 parent 08a2d71 commit d16850f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/common/BUILD.gn

-9
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,13 @@ config("includes") {
2424
}
2525

2626
source_set("attribute-type") {
27-
# sources = [ "${chip_root}/zzz_generated/app-common/app-common/zap-generated/attribute-type.h" ]
2827
sources = [ "${chip_project_app_common_include_dir}/app-common/zap-generated/attribute-type.h" ]
2928

3029
public_configs = [ ":includes" ]
3130
}
3231

3332
source_set("ids") {
3433
sources = [
35-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/ids/Attributes.h",
36-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/ids/Clusters.h",
37-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/ids/Commands.h",
38-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/ids/Events.h",
3934
"${chip_project_app_common_include_dir}/app-common/zap-generated/ids/Attributes.h",
4035
"${chip_project_app_common_include_dir}/app-common/zap-generated/ids/Clusters.h",
4136
"${chip_project_app_common_include_dir}/app-common/zap-generated/ids/Commands.h",
@@ -51,8 +46,6 @@ static_library("cluster-objects") {
5146
output_name = "libClusterObjects"
5247

5348
sources = [
54-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-objects.cpp",
55-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-objects.h",
5649
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-objects.cpp",
5750
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-objects.h",
5851
]
@@ -73,8 +66,6 @@ static_library("cluster-objects") {
7366

7467
source_set("enums") {
7568
sources = [
76-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-enums-check.h",
77-
# "${chip_root}/zzz_generated/app-common/app-common/zap-generated/cluster-enums.h",
7869
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-enums-check.h",
7970
"${chip_project_app_common_include_dir}/app-common/zap-generated/cluster-enums.h",
8071
"CompatEnumNames.h",

0 commit comments

Comments
 (0)