Skip to content

Commit 00f789b

Browse files
committed
blow away unneeded header file
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
1 parent 730e0b7 commit 00f789b

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

opal/mca/threads/qthreads/Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
noinst_LTLIBRARIES = libmca_threads_qthreads.la
2121

2222
libmca_threads_qthreads_la_SOURCES = \
23-
threads_qthreads.h \
2423
threads_qthreads_component.c \
2524
threads_qthreads_mutex.c \
2625
threads_qthreads_condition.c \

opal/mca/threads/qthreads/threads_qthreads.h

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

opal/mca/threads/qthreads/threads_qthreads_component.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#include "opal/mca/threads/thread.h"
2525
#include "opal/mca/threads/threads.h"
26-
#include "opal/mca/threads/qthreads/threads_qthreads.h"
2726
#include "opal/constants.h"
2827

2928
static int opal_threads_qthreads_open(void);

0 commit comments

Comments
 (0)