Skip to content

Commit

Permalink
Remove attribute size header and util (#30521)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
andy31415 and andreilitvin authored Nov 17, 2023
1 parent e17a09c commit 54c9723
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 96 deletions.
1 change: 0 additions & 1 deletion src/app/chip_data_model.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ function(chip_configure_data_model APP_TARGET)
target_sources(${APP_TARGET} ${SCOPE}
${CHIP_APP_BASE_DIR}/../../zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp
${CHIP_APP_BASE_DIR}/../../zzz_generated/app-common/app-common/zap-generated/cluster-objects.cpp
${CHIP_APP_BASE_DIR}/util/attribute-size-util.cpp
${CHIP_APP_BASE_DIR}/util/attribute-storage.cpp
${CHIP_APP_BASE_DIR}/util/attribute-table.cpp
${CHIP_APP_BASE_DIR}/util/binding-table.cpp
Expand Down
1 change: 0 additions & 1 deletion src/app/chip_data_model.gni
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ template("chip_data_model") {
if (!chip_build_controller_dynamic_server) {
sources += [
"${_app_root}/util/DataModelHandler.cpp",
"${_app_root}/util/attribute-size-util.cpp",
"${_app_root}/util/attribute-storage.cpp",
"${_app_root}/util/attribute-table.cpp",
"${_app_root}/util/ember-compatibility-functions.cpp",
Expand Down
5 changes: 0 additions & 5 deletions src/app/common/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
}
],
"templates": [
{
"path": "../../zap-templates/templates/app/attribute-size.zapt",
"name": "ZCL attribute-size header",
"output": "attribute-size.h"
},
{
"path": "../../zap-templates/templates/app/attribute-type.zapt",
"name": "ZCL attribute-type header",
Expand Down
39 changes: 0 additions & 39 deletions src/app/util/attribute-size-util.cpp

This file was deleted.

11 changes: 0 additions & 11 deletions src/app/zap-templates/templates/app/attribute-size.zapt

This file was deleted.

39 changes: 0 additions & 39 deletions zzz_generated/app-common/app-common/zap-generated/attribute-size.h

This file was deleted.

0 comments on commit 54c9723

Please sign in to comment.