Skip to content

Commit f14d67d

Browse files
committed
usnic: remove need for hwloc verbs helper
Haven't needed this for a while, but it got left in by accident. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit open-mpi/ompi@4a3c986)
1 parent 1609d1d commit f14d67d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

ompi/mca/btl/usnic/btl_usnic_hwloc.c

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013-2015 Cisco Systems, Inc. All rights reserved.
2+
* Copyright (c) 2013-2016 Cisco Systems, Inc. All rights reserved.
33
* $COPYRIGHT$
44
*
55
* Additional copyrights may follow
@@ -9,14 +9,7 @@
99

1010
#include "opal_config.h"
1111

12-
/* Define this before including hwloc.h so that we also get the hwloc
13-
verbs helper header file, too. We have to do this level of
14-
indirection because the hwloc subsystem is a component -- we don't
15-
know its exact path. We have to rely on the framework header files
16-
to find the right hwloc verbs helper file for us. */
17-
#define OPAL_HWLOC_WANT_VERBS_HELPER 1
1812
#include "opal/mca/hwloc/hwloc.h"
19-
2013
#include "opal/constants.h"
2114

2215
#if BTL_IN_OPAL

0 commit comments

Comments
 (0)