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