Skip to content

Commit ffa421f

Browse files
opal/mca/threads: remove MCA_threads_wait_sync_base_include_xxx
MCA_threads_wait_sync_base_include_xxx is no longer used. This patch removes them. Signed-off-by: Shintaro Iwasaki <[email protected]>
1 parent 11bbf2c commit ffa421f

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

opal/mca/threads/argobots/configure.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ AC_DEFUN([MCA_opal_threads_argobots_POST_CONFIG],[
123123
AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER],
124124
["opal/mca/threads/argobots/threads_argobots_tsd.h"],
125125
[Header to include for tsd implementation])
126-
AC_DEFINE_UNQUOTED([MCA_threads_wait_sync_base_include_HEADER],
127-
["opal/mca/threads/argobots/threads_argobots_wait_sync.h"],
128-
[Header to include for wait_sync implementation])
129126
THREAD_CFLAGS="$TPKG_CFLAGS"
130127
THREAD_FCFLAGS="$TPKG_FCFLAGS"
131128
THREAD_CXXFLAGS="$TPKG_CXXFLAGS"

opal/mca/threads/pthreads/configure.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,6 @@ AC_DEFUN([MCA_opal_threads_pthreads_POST_CONFIG],[
716716
AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER],
717717
["opal/mca/threads/pthreads/threads_pthreads_tsd.h"],
718718
[Header to include for tsd implementation])
719-
AC_DEFINE_UNQUOTED([MCA_threads_wait_sync_base_include_HEADER],
720-
["opal/mca/threads/pthreads/threads_pthreads_wait_sync.h"],
721-
[Header to include for wait_sync implementation])
722719
THREAD_CFLAGS="$TPKG_CFLAGS"
723720
THREAD_FCFLAGS="$TPKG_FCFLAGS"
724721
THREAD_CXXFLAGS="$TPKG_CXXFLAGS"

opal/mca/threads/qthreads/configure.m4

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,6 @@ AC_DEFUN([MCA_opal_threads_qthreads_POST_CONFIG],[
112112
AC_DEFINE_UNQUOTED([MCA_threads_tsd_base_include_HEADER],
113113
["opal/mca/threads/qthreads/threads_qthreads_tsd.h"],
114114
[Header to include for tsd implementation])
115-
AC_DEFINE_UNQUOTED([MCA_threads_wait_sync_base_include_HEADER],
116-
["opal/mca/threads/qthreads/threads_qthreads_wait_sync.h"],
117-
[Header to include for wait_sync implementation])
118115
THREAD_CFLAGS="$TPKG_CFLAGS"
119116
THREAD_FCFLAGS="$TPKG_FCFLAGS"
120117
THREAD_CXXFLAGS="$TPKG_CXXFLAGS"

0 commit comments

Comments
 (0)