Skip to content

Commit 484f69a

Browse files
API: remove duplicate get_version_string (#933)
1 parent dab6623 commit 484f69a

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/ucc/api/ucc.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file ucc.h
33
* @date 2020
4-
* @copyright (c) 2020-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
4+
* @copyright (c) 2020-2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
55
* @copyright Copyright (C) Huawei Technologies Co., Ltd. 2020. ALL RIGHTS RESERVED.
66
* @copyright Copyright (C) UChicago Argonne, LLC. 2022. ALL RIGHTS RESERVED.
77
*
@@ -726,15 +726,6 @@ void ucc_get_version(unsigned *major_version, unsigned *minor_version,
726726
*/
727727
const char *ucc_get_version_string(void);
728728

729-
/**
730-
* @ingroup UCC_LIB
731-
* @brief Get UCC library version as a string.
732-
*
733-
* This routine returns the UCC library version as a string which consists of:
734-
* "major.minor.release".
735-
*/
736-
const char *ucc_get_version_string(void);
737-
738729

739730
/**
740731
* @ingroup UCC_LIB_INTERNAL

0 commit comments

Comments
 (0)