From d6115e398f93f53f9295a7d60e49c607f1b71ec9 Mon Sep 17 00:00:00 2001 From: Andy May Date: Thu, 20 Feb 2025 18:31:30 +0000 Subject: [PATCH] topoutil.c: fix compilation on cygwin --- src/mpi/topo/topoutil.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mpi/topo/topoutil.c b/src/mpi/topo/topoutil.c index 5c27a24ffe4..f079ad737c4 100644 --- a/src/mpi/topo/topoutil.c +++ b/src/mpi/topo/topoutil.c @@ -199,10 +199,6 @@ static int MPIR_Topology_delete_internal(void *attr_val) { MPIR_Topology *topology = (MPIR_Topology *) attr_val; - MPL_UNREFERENCED_ARG(comm); - MPL_UNREFERENCED_ARG(keyval); - MPL_UNREFERENCED_ARG(extra_data); - /* FIXME - free the attribute data structure */ if (topology->kind == MPI_CART) {