This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/509-remove-deprecated-version
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/509-remove-deprecated-version by this push:
new a051b04b #509 Remove dup version typedef
a051b04b is described below
commit a051b04b12168618b5fb65910ea74f12796b7af8
Author: Pepijn Noltes <[email protected]>
AuthorDate: Thu Feb 8 22:55:44 2024 +0100
#509 Remove dup version typedef
---
libs/utils/include/celix_version.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libs/utils/include/celix_version.h
b/libs/utils/include/celix_version.h
index e711baaf..70c78e12 100644
--- a/libs/utils/include/celix_version.h
+++ b/libs/utils/include/celix_version.h
@@ -41,11 +41,6 @@ extern "C" {
* Functions are provided for creating and destroying version objects,
comparing versions, and extracting the individual version components.
*/
-/**
- * @brief The definition of the celix_version_t* abstract data type.
- */
-typedef struct celix_version celix_version_t;
-
/**
* @brief Create a new celix_version_t* using the supplied arguments.
*