Skip to content

Commit 30298cc

Browse files
committed
oob/tcp: remove debug that should have never been commited
Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 75e9600 commit 30298cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

orte/mca/oob/tcp/oob_tcp_component.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,12 +514,10 @@ static int component_available(void)
514514
/* get the name for diagnostic purposes */
515515
opal_ifindextoname(i, name, sizeof(name));
516516

517-
#if 0
518517
/* ignore any virtual interfaces */
519518
if (0 == strncmp(name, "vir", 3)) {
520519
continue;
521520
}
522-
#endif
523521

524522
/* handle include/exclude directives */
525523
if (NULL != interfaces) {

0 commit comments

Comments
 (0)