summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/PThreadEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/debugserver/source/PThreadEvent.h')
-rw-r--r--lldb/tools/debugserver/source/PThreadEvent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/tools/debugserver/source/PThreadEvent.h b/lldb/tools/debugserver/source/PThreadEvent.h
index 00c8316ef07..5689cbfb9ca 100644
--- a/lldb/tools/debugserver/source/PThreadEvent.h
+++ b/lldb/tools/debugserver/source/PThreadEvent.h
@@ -44,10 +44,8 @@ public:
const struct timespec *timeout_abstime = NULL) const;
protected:
- //----------------------------------------------------------------------
// pthread condition and mutex variable to control access and allow
// blocking between the main thread and the spotlight index thread.
- //----------------------------------------------------------------------
mutable PThreadMutex m_mutex;
mutable PThreadCondition m_set_condition;
mutable PThreadCondition m_reset_condition;
OpenPOWER on IntegriCloud