Skip to content

Commit e1f2eaf

Browse files
committed
opal: deprecate dead code
Remove unused code. The logic has been moved to openpmix/prrte. Signed-off-by: Wenduo Wang <[email protected]>
1 parent eda04d6 commit e1f2eaf

File tree

4 files changed

+0
-312
lines changed

4 files changed

+0
-312
lines changed

contrib/ompi_cplusplus.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
./opal/util/few.h: defined(c_plusplus) defined(__cplusplus)
133133
./opal/util/keyval_parse.h: defined(c_plusplus) defined(__cplusplus)
134134
./opal/util/malloc.h: defined(c_plusplus) defined(__cplusplus)
135-
./opal/util/opal_pty.h: defined(c_plusplus) defined(__cplusplus)
136135
./opal/util/os_path.h: defined(c_plusplus) defined(__cplusplus)
137136
./opal/util/qsort.h: defined(c_plusplus) defined(__cplusplus)
138137
./opal/util/show_help_lex.h: defined(c_plusplus) defined(__cplusplus)

opal/util/Makefile.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ headers = \
6363
numtostr.h \
6464
opal_environ.h \
6565
opal_getcwd.h \
66-
opal_pty.h \
6766
os_dirpath.h \
6867
os_path.h \
6968
output.h \
@@ -108,7 +107,6 @@ libopalutil_core_la_SOURCES = \
108107
numtostr.c \
109108
opal_environ.c \
110109
opal_getcwd.c \
111-
opal_pty.c \
112110
os_dirpath.c \
113111
os_path.c \
114112
output.c \

opal/util/opal_pty.c

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

opal/util/opal_pty.h

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

0 commit comments

Comments
 (0)