summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qthread_p.h')
-rw-r--r--src/corelib/thread/qthread_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/thread/qthread_p.h b/src/corelib/thread/qthread_p.h
index f4c60969ac..50d86ab51a 100644
--- a/src/corelib/thread/qthread_p.h
+++ b/src/corelib/thread/qthread_p.h
@@ -166,8 +166,6 @@ public:
uint stackSize;
QThread::Priority priority;
- static QThread *threadForId(int id);
-
#ifdef Q_OS_UNIX
QWaitCondition thread_done;
@@ -218,7 +216,6 @@ public:
bool running = false;
static void setCurrentThread(QThread *) { }
- static QThread *threadForId(int) { return QThread::currentThread(); }
static QAbstractEventDispatcher *createEventDispatcher(QThreadData *data);
void ref() {}