Skip to content

Commit

Permalink
Remove remaining of the netdir provider
Browse files Browse the repository at this point in the history
The netdir provider has been removed. Remove the remaining
of it from include/ofi_prov.h.

Signed-off-by: Tadeusz Struk <[email protected]>
  • Loading branch information
tstruk committed Aug 5, 2024
1 parent 3f30212 commit 18fea34
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions include/ofi_prov.h
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,6 @@ RXD_INI ;
# define RXD_INIT NULL
#endif

#ifdef _WIN32
#if (HAVE_NETDIR) && (HAVE_NETDIR_DL)
# define NETDIR_INI FI_EXT_INI
# define NETDIR_INIT NULL
#elif (HAVE_NETDIR)
# define NETDIR_INI INI_SIG(fi_netdir_ini)
# define NETDIR_INIT fi_netdir_ini()
NETDIR_INI ;
#else
# define NETDIR_INIT NULL
#endif
#else /* _WIN32 */
# define NETDIR_INIT NULL
#endif /* _WIN32 */

#if (HAVE_SHM) && (HAVE_SHM_DL)
# define SHM_INI FI_EXT_INI
# define SHM_INIT NULL
Expand Down

0 comments on commit 18fea34

Please sign in to comment.