diff --git a/ompi/proc/proc.h b/ompi/proc/proc.h index 0e0fc9c60d..30a3c5efe0 100644 --- a/ompi/proc/proc.h +++ b/ompi/proc/proc.h @@ -91,8 +91,6 @@ OBJ_CLASS_DECLARATION(ompi_proc_t); * * Pointer to the ompi_proc_t structure for the local process * - * Pointer to the ompi_proc_t structure for the local process. - * * @note This pointer is declared here to allow inline functions * within this header file to access the local process quickly. * Please use ompi_proc_local() instead.