summaryrefslogtreecommitdiff
path: root/runtime/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/thread.h')
-rw-r--r--runtime/thread.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/thread.h b/runtime/thread.h
index 4a675d4c99..be4ffd0bc2 100644
--- a/runtime/thread.h
+++ b/runtime/thread.h
@@ -643,9 +643,6 @@ class EXPORT Thread {
// Returns the thread-specific CPU-time clock in microseconds or -1 if unavailable.
uint64_t GetCpuMicroTime() const;
- // Returns the thread-specific CPU-time clock in nanoseconds or -1 if unavailable.
- uint64_t GetCpuNanoTime() const;
-
mirror::Object* GetPeer() const REQUIRES_SHARED(Locks::mutator_lock_) {
DCHECK(Thread::Current() == this) << "Use GetPeerFromOtherThread instead";
CHECK(tlsPtr_.jpeer == nullptr);