From 484f69af9e2cbb971e469dbf13218f7621dd99af Mon Sep 17 00:00:00 2001 From: Sergey Lebedev Date: Thu, 29 Feb 2024 19:41:22 +0100 Subject: [PATCH] API: remove duplicate get_version_string (#933) --- src/ucc/api/ucc.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/ucc/api/ucc.h b/src/ucc/api/ucc.h index a269dfb940..9f8ee5f145 100644 --- a/src/ucc/api/ucc.h +++ b/src/ucc/api/ucc.h @@ -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. * @@ -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