summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/thread/qthread_unix.cpp')
-rw-r--r--src/corelib/thread/qthread_unix.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/thread/qthread_unix.cpp b/src/corelib/thread/qthread_unix.cpp
index 75bc78a..c578955 100644
--- a/src/corelib/thread/qthread_unix.cpp
+++ b/src/corelib/thread/qthread_unix.cpp
@@ -144,7 +144,6 @@ static void create_current_thread_data_key()
pthread_key_delete(current_thread_data_key);
}
} d;
- Q_UNUSED(d);
}
// Utility functions for getting, setting and clearing thread specific data.