Skip to content

Commit 9209bf7

Browse files
committed
btl/sm: remove all opal_show_help()
opal_show_help() is no longer used in the SM BTL; remove all traces of it (including the now-stale help-btl-sm.txt file). Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 8779e6c commit 9209bf7

File tree

4 files changed

+3
-163
lines changed

4 files changed

+3
-163
lines changed

opal/mca/btl/sm/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2009-2022 Cisco Systems, Inc. All rights reserved.
1313
# Copyright (c) 2011-2014 Los Alamos National Security, LLC. All rights
1414
# reserved.
1515
# Copyright (c) 2017 IBM Corporation. All rights reserved.
@@ -23,8 +23,6 @@
2323

2424
AM_CPPFLAGS = $(btl_sm_CPPFLAGS)
2525

26-
dist_opaldata_DATA = help-btl-sm.txt
27-
2826
libmca_btl_sm_la_sources = \
2927
btl_sm_module.c \
3028
btl_sm.h \

opal/mca/btl/sm/btl_sm_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2006-2007 Voltaire. All rights reserved.
14-
* Copyright (c) 2009-2010 Cisco Systems, Inc. All rights reserved.
14+
* Copyright (c) 2009-2022 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2010-2018 Los Alamos National Security, LLC.
1616
* All rights reserved.
1717
* Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
@@ -35,7 +35,6 @@
3535
#include "opal/mca/threads/mutex.h"
3636
#include "opal/util/output.h"
3737
#include "opal/util/printf.h"
38-
#include "opal/util/show_help.h"
3938

4039
#include "opal/mca/btl/sm/btl_sm.h"
4140
#include "opal/mca/btl/sm/btl_sm_fbox.h"

opal/mca/btl/sm/btl_sm_module.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2006-2007 Voltaire. All rights reserved.
14-
* Copyright (c) 2009 Cisco Systems, Inc. All rights reserved.
14+
* Copyright (c) 2009-2022 Cisco Systems, Inc. All rights reserved.
1515
* Copyright (c) 2010-2015 Los Alamos National Security, LLC. All rights
1616
* reserved.
1717
* Copyright (c) 2014-2020 Intel, Inc. All rights reserved.
@@ -29,7 +29,6 @@
2929
*/
3030

3131
#include "opal_config.h"
32-
#include "opal/util/show_help.h"
3332

3433
#include "opal/mca/btl/sm/btl_sm.h"
3534
#include "opal/mca/btl/sm/btl_sm_endpoint.h"

opal/mca/btl/sm/help-btl-sm.txt

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

0 commit comments

Comments
 (0)