diff --git a/ompi/mca/btl/self/btl_sm_endpoint.h b/ompi/mca/btl/self/btl_self_endpoint.h similarity index 90% rename from ompi/mca/btl/self/btl_sm_endpoint.h rename to ompi/mca/btl/self/btl_self_endpoint.h index 3aadbd00e9..8351abdef4 100644 --- a/ompi/mca/btl/self/btl_sm_endpoint.h +++ b/ompi/mca/btl/self/btl_self_endpoint.h @@ -34,9 +34,6 @@ struct mca_btl_base_endpoint_t { * SELFP specfic data structures. */ int peer_selfp_rank; /**< My peer's SELFP process rank. Used for accessing * SELFP specfic data structures. */ -#if OMPI_ENABLE_PROGRESS_THREADS == 1 - int fifo_fd; /**< pipe/fifo used to signal endpoint that data is queued */ -#endif }; #endif