Skip to content

Commit adec38f

Browse files
committed
Fix --without-ft build
Uncover a variable declaration Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 78f08a6 commit adec38f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ompi/mpi/c/sendrecv.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* reserved.
1616
* Copyright (c) 2015 Research Organization for Information Science
1717
* and Technology (RIST). All rights reserved.
18+
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
1819
* $COPYRIGHT$
1920
*
2021
* Additional copyrights may follow
@@ -49,9 +50,7 @@ int MPI_Sendrecv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
4950
{
5051
ompi_request_t* req;
5152
int rc = MPI_SUCCESS;
52-
#if OPAL_ENABLE_FT_MPI
5353
int rcs = MPI_SUCCESS;
54-
#endif
5554

5655
SPC_RECORD(OMPI_SPC_SENDRECV, 1);
5756

0 commit comments

Comments
 (0)