diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.h b/src/utils.h index 135ea592c7..e6ed1d2690 100644 --- a/src/utils.h +++ b/src/utils.h @@ -181,9 +181,6 @@ void Split(const std::string& s, char delim, std::vector<std::string>& result); // Returns the calling thread's tid. (The C libraries don't expose this.) pid_t GetTid(); -// Returns the tid of the thread that owns the given pthread mutex, or 0. -pid_t GetOwner(pthread_mutex_t* mutex); - // Sets the name of the current thread. The name may be truncated to an // implementation-defined limit. void SetThreadName(const char* name); |