Skip to content

Commit

Permalink
API: remove duplicate get_version_string (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed Feb 29, 2024
1 parent dab6623 commit 484f69a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/ucc/api/ucc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @file ucc.h
* @date 2020
* @copyright (c) 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* @copyright (c) 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* @copyright Copyright (C) Huawei Technologies Co., Ltd. 2020. ALL RIGHTS RESERVED.
* @copyright Copyright (C) UChicago Argonne, LLC. 2022. ALL RIGHTS RESERVED.
*
Expand Down 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 484f69a

Please sign in to comment.