From 46bc778f1feed02b20d25e3d03470c93ca2c0506 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Tue, 12 Nov 2013 17:03:02 -0800 Subject: Fix portable + mips build. Change-Id: Ia200e582b04c84973281e12331777351feb8a401 --- runtime/base/mutex.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'runtime/base') diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h index a875017..feb8a6c 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -329,11 +329,6 @@ class ConditionVariable { // TODO: remove this. void WaitHoldingLocks(Thread* self) NO_THREAD_SAFETY_ANALYSIS; - // Return the number of people that are waiting on this condition. - int32_t GetNumWaiters() const NO_THREAD_SAFETY_ANALYSIS { - return num_waiters_; - } - private: const char* const name_; // The Mutex being used by waiters. It is an error to mix condition variables between different -- cgit v1.1