Skip to content

Commit

Permalink
ch4/ipc: remove xpmem_stub.c
Browse files Browse the repository at this point in the history
The xpmem functions are now always guarded by #ifdef
MPIDI_CH4_SHM_ENABLE_XPMEM.
  • Loading branch information
hzhou committed Jul 6, 2023
1 parent db5e3f7 commit 155029a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions src/mpid/ch4/shm/ipc/xpmem/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ mpi_core_sources += src/mpid/ch4/shm/ipc/xpmem/globals.c \
src/mpid/ch4/shm/ipc/xpmem/xpmem_init.c \
src/mpid/ch4/shm/ipc/xpmem/xpmem_mem.c \
src/mpid/ch4/shm/ipc/xpmem/xpmem_seg.c

else
mpi_core_sources += src/mpid/ch4/shm/ipc/xpmem/xpmem_stub.c
endif
27 changes: 0 additions & 27 deletions src/mpid/ch4/shm/ipc/xpmem/xpmem_stub.c

This file was deleted.

0 comments on commit 155029a

Please sign in to comment.