aboutsummaryrefslogtreecommitdiff
path: root/webrtc/base/signalthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/base/signalthread.h')
-rw-r--r--webrtc/base/signalthread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/webrtc/base/signalthread.h b/webrtc/base/signalthread.h
index 4dda88966c..ec250c6aad 100644
--- a/webrtc/base/signalthread.h
+++ b/webrtc/base/signalthread.h
@@ -45,9 +45,6 @@ class SignalThread
// Context: Main Thread. Call before Start to change the worker's name.
bool SetName(const std::string& name, const void* obj);
- // Context: Main Thread. Call before Start to change the worker's priority.
- bool SetPriority(ThreadPriority priority);
-
// Context: Main Thread. Call to begin the worker thread.
void Start();