summaryrefslogtreecommitdiffstats
path: root/vm/Sync.h
diff options
context:
space:
mode:
authorCarl Shapiro <cshapiro@google.com>2011-02-04 17:36:49 -0800
committerCarl Shapiro <cshapiro@google.com>2011-02-04 17:36:49 -0800
commit7866f704cdc6600403e01626e34bea8509148561 (patch)
tree7971184a7582f1dfa6ac4607624e068967029e8a /vm/Sync.h
parent9eb7b297a4e78b749654ae235649a25d776941c5 (diff)
downloadandroid_dalvik-7866f704cdc6600403e01626e34bea8509148561.tar.gz
android_dalvik-7866f704cdc6600403e01626e34bea8509148561.tar.bz2
android_dalvik-7866f704cdc6600403e01626e34bea8509148561.zip
Remove unused and racey debugging code.
Change-Id: I335a9304b7ffdcba8062cd33ce1a0d721f345a73
Diffstat (limited to 'vm/Sync.h')
-rw-r--r--vm/Sync.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/vm/Sync.h b/vm/Sync.h
index e63fb556a..520366e23 100644
--- a/vm/Sync.h
+++ b/vm/Sync.h
@@ -157,9 +157,4 @@ bool dvmHoldsLock(struct Thread* thread, struct Object* obj);
int dvmRelativeCondWait(pthread_cond_t* cond, pthread_mutex_t* mutex,
s8 msec, s4 nsec);
-/*
- * Debug.
- */
-void dvmDumpMonitorInfo(const char* msg);
-
#endif /*_DALVIK_SYNC*/