summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qeventdispatcher_unix_p.h
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-12-03 10:46:47 -0800
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2015-12-04 16:42:59 +0000
commit6b1dc2641e43f3e35ef91fb2d1301be236de9f95 (patch)
treedc28ae578baca3ea6711f80b39297b6fa5e237c0 /src/corelib/kernel/qeventdispatcher_unix_p.h
parenta4f849ff8c55146694487d888bfed0bfc7d70e52 (diff)
QEventDispatcherUNIX: Remove unused mainThread member variable
Change-Id: I400c3fc7430c2a7d273325a03ba3499369d30a4f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel/qeventdispatcher_unix_p.h')
-rw-r--r--src/corelib/kernel/qeventdispatcher_unix_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_unix_p.h b/src/corelib/kernel/qeventdispatcher_unix_p.h
index 8c2dd13c3c..18a96c6e9a 100644
--- a/src/corelib/kernel/qeventdispatcher_unix_p.h
+++ b/src/corelib/kernel/qeventdispatcher_unix_p.h
@@ -137,8 +137,6 @@ public:
virtual int initThreadWakeUp() Q_DECL_FINAL;
virtual int processThreadWakeUp(int nsel) Q_DECL_FINAL;
- bool mainThread;
-
// note for eventfd(7) support:
// if thread_pipe[1] is -1, then eventfd(7) is in use and is stored in thread_pipe[0]
int thread_pipe[2];