Skip to content

Commit

Permalink
API: remove duplicate get_version_string
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed Feb 6, 2024
1 parent 98e57b6 commit cdce10d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/ucc/api/ucc.h
Original file line number Diff line number Diff line change
Expand Up @@ -726,15 +726,6 @@ void ucc_get_version(unsigned *major_version, unsigned *minor_version,
*/
const char *ucc_get_version_string(void);

/**
* @ingroup UCC_LIB
* @brief Get UCC library version as a string.
*
* This routine returns the UCC library version as a string which consists of:
* "major.minor.release".
*/
const char *ucc_get_version_string(void);


/**
* @ingroup UCC_LIB_INTERNAL
Expand Down

0 comments on commit cdce10d

Please sign in to comment.