From c895eb7068bcce0821645859ad3a459c4f43421b Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sat, 19 Dec 2015 01:33:46 -0500 Subject: [PATCH] Remove extraneous declaration. --- ompi/runtime/params.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ompi/runtime/params.h b/ompi/runtime/params.h index 9db001ef6f..1b4a5aeac7 100644 --- a/ompi/runtime/params.h +++ b/ompi/runtime/params.h @@ -124,11 +124,6 @@ OMPI_DECLSPEC extern bool ompi_have_sparse_group_storage; */ OMPI_DECLSPEC extern bool ompi_use_sparse_group_storage; -/** - * Cutoff point for retrieving hostnames - */ -OMPI_DECLSPEC extern uint32_t ompi_direct_modex_cutoff; - /** * Cutoff point for calling add_procs for all processes */