Skip to content

Commit b3e52f9

Browse files
committed
btl/sm: remove unused btl_sm_endpoint.h header file
This header no longer contains anything useful so just remove it. Signed-off-by: Nathan Hjelm <hjelmn@google.com>
1 parent 9609183 commit b3e52f9

File tree

5 files changed

+0
-38
lines changed

5 files changed

+0
-38
lines changed

opal/mca/btl/sm/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ libmca_btl_sm_la_sources = \
2929
btl_sm_module.c \
3030
btl_sm.h \
3131
btl_sm_component.c \
32-
btl_sm_endpoint.h \
3332
btl_sm_fifo.h \
3433
btl_sm_frag.c \
3534
btl_sm_frag.h \

opal/mca/btl/sm/btl_sm_endpoint.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

opal/mca/btl/sm/btl_sm_get.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "opal_config.h"
1919

2020
#include "opal/mca/btl/sm/btl_sm.h"
21-
#include "opal/mca/btl/sm/btl_sm_endpoint.h"
2221
#include "opal/mca/btl/sm/btl_sm_frag.h"
2322
#include "opal/mca/smsc/smsc.h"
2423

opal/mca/btl/sm/btl_sm_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "opal/util/show_help.h"
3333

3434
#include "opal/mca/btl/sm/btl_sm.h"
35-
#include "opal/mca/btl/sm/btl_sm_endpoint.h"
3635
#include "opal/mca/btl/sm/btl_sm_fbox.h"
3736
#include "opal/mca/btl/sm/btl_sm_fifo.h"
3837
#include "opal/mca/btl/sm/btl_sm_frag.h"

opal/mca/btl/sm/btl_sm_put.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "opal_config.h"
1919

2020
#include "opal/mca/btl/sm/btl_sm.h"
21-
#include "opal/mca/btl/sm/btl_sm_endpoint.h"
2221
#include "opal/mca/btl/sm/btl_sm_frag.h"
2322
#include "opal/mca/smsc/smsc.h"
2423

0 commit comments

Comments
 (0)