We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730e0b7 commit 00f789bCopy full SHA for 00f789b
opal/mca/threads/qthreads/Makefile.am
@@ -20,7 +20,6 @@
20
noinst_LTLIBRARIES = libmca_threads_qthreads.la
21
22
libmca_threads_qthreads_la_SOURCES = \
23
- threads_qthreads.h \
24
threads_qthreads_component.c \
25
threads_qthreads_mutex.c \
26
threads_qthreads_condition.c \
opal/mca/threads/qthreads/threads_qthreads.h
opal/mca/threads/qthreads/threads_qthreads_component.c
@@ -23,7 +23,6 @@
#include "opal/mca/threads/thread.h"
#include "opal/mca/threads/threads.h"
-#include "opal/mca/threads/qthreads/threads_qthreads.h"
27
#include "opal/constants.h"
28
29
static int opal_threads_qthreads_open(void);
0 commit comments