Skip to content

Commit

Permalink
#509 Remove dup version typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Feb 8, 2024
1 parent 65e032c commit a051b04
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libs/utils/include/celix_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit a051b04

Please sign in to comment.