This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit e0af0e69a042e81f72d83bf2c75afaa6eb48f726 Merge: d7a40676 085b4ffc Author: Pepijn Noltes <[email protected]> AuthorDate: Mon Oct 16 20:31:57 2023 +0200 Merge pull request #671 from apache/feature/509-remove-deprecated-wire-code libs/framework/CMakeLists.txt | 1 - libs/framework/include_deprecated/bundle.h | 1 - libs/framework/include_deprecated/capability.h | 55 ----------- libs/framework/include_deprecated/module.h | 2 - libs/framework/include_deprecated/requirement.h | 48 ---------- libs/framework/include_deprecated/wire.h | 121 ------------------------ libs/framework/src/capability.c | 54 ----------- libs/framework/src/capability_private.h | 40 -------- libs/framework/src/framework_private.h | 1 - libs/framework/src/manifest_parser.c | 5 - libs/framework/src/module.c | 4 - libs/framework/src/requirement.c | 56 ----------- libs/framework/src/requirement_private.h | 39 -------- libs/framework/src/wire.c | 67 ------------- 14 files changed, 494 deletions(-)
