[kaffe] CVS kaffe (robilad): Small cleanup in locks.c

Kaffe CVS cvs-commits at kaffe.org
Sun Feb 6 07:43:53 PST 2005


PatchSet 5483 
Date: 2005/02/06 15:38:43
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Small cleanup in locks.c

2005-02-06  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/kaffevm/locks.c (dumpObjectLocks):
        Removed unused empty function.

Members: 
	ChangeLog:1.3529->1.3530 
	kaffe/kaffevm/locks.c:1.55->1.56 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3529 kaffe/ChangeLog:1.3530
--- kaffe/ChangeLog:1.3529	Sun Feb  6 15:11:56 2005
+++ kaffe/ChangeLog	Sun Feb  6 15:38:43 2005
@@ -1,5 +1,10 @@
 2005-02-06  Dalibor Topic  <robilad at kaffe.org>
 
+	* kaffe/kaffevm/locks.c (dumpObjectLocks):
+	Removed unused empty function.
+
+2005-02-06  Dalibor Topic  <robilad at kaffe.org>
+
 	* libraries/clib/native/Runtime.c 
 	(java_lang_Runtime_getLibPrefix, 
 	java_lang_Runtime_getLibSuffix): ANSI-fied prototypes.
Index: kaffe/kaffe/kaffevm/locks.c
diff -u kaffe/kaffe/kaffevm/locks.c:1.55 kaffe/kaffe/kaffevm/locks.c:1.56
--- kaffe/kaffe/kaffevm/locks.c:1.55	Sun Jan 30 12:42:41 2005
+++ kaffe/kaffe/kaffevm/locks.c	Sun Feb  6 15:38:47 2005
@@ -61,13 +61,6 @@
 {
 }
 
-#if defined(KAFFE_VMDEBUG)
-void
-dumpObjectLocks(void)
-{
-}
-#endif
-
 /*
  * Get a heavy lock for the object and hold it.  If the object doesn't
  * have a heavy lock then we create one.




More information about the kaffe mailing list