Skip to content

Commit dc61873

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

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

opal/mca/pmix/base/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
2+
# Copyright (c) 2010-2022 Cisco Systems, Inc. All rights reserved.
33
# Copyright (c) 2012-2013 Los Alamos National Security, Inc. All rights reserved.
44
# Copyright (c) 2014-2019 Intel, Inc. All rights reserved.
55
# $COPYRIGHT$
@@ -9,8 +9,6 @@
99
# $HEADER$
1010
#
1111

12-
dist_opaldata_DATA += base/help-pmix-base.txt
13-
1412
headers += \
1513
base/base.h \
1614
base/static-components.h

opal/mca/pmix/base/help-pmix-base.txt

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

opal/mca/pmix/base/pmix_base_fns.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* and Technology (RIST). All rights reserved.
88
* Copyright (c) 2016 Mellanox Technologies, Inc.
99
* All rights reserved.
10-
* Copyright (c) 2016 Cisco Systems, Inc. All rights reserved.
10+
* Copyright (c) 2016-2022 Cisco Systems, Inc. All rights reserved.
1111
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
1212
* $COPYRIGHT$
1313
*
@@ -32,7 +32,6 @@
3232
#include "opal/util/argv.h"
3333
#include "opal/util/output.h"
3434
#include "opal/util/proc.h"
35-
#include "opal/util/show_help.h"
3635
#include "opal_stdint.h"
3736

3837
#include "opal/mca/pmix/base/base.h"

0 commit comments

Comments
 (0)