[kaffe] CVS kaffe (robilad): Removed another unused variable

Kaffe CVS cvs-commits at kaffe.org
Sun Feb 6 12:44:33 PST 2005


PatchSet 5490 
Date: 2005/02/06 20:39:07
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Removed another unused variable

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

        * libraries/clib/native/Runtime.c
        (java_lang_Runtime_linkLibrary):
        Removed unused variable.

Members: 
	ChangeLog:1.3535->1.3536 
	libraries/clib/native/Runtime.c:1.32->1.33 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3535 kaffe/ChangeLog:1.3536
--- kaffe/ChangeLog:1.3535	Sun Feb  6 20:30:12 2005
+++ kaffe/ChangeLog	Sun Feb  6 20:39:07 2005
@@ -1,5 +1,11 @@
 2005-02-06  Dalibor Topic  <robilad at kaffe.org>
 
+	* libraries/clib/native/Runtime.c
+	(java_lang_Runtime_linkLibrary): 
+	Removed unused variable.
+
+2005-02-06  Dalibor Topic  <robilad at kaffe.org>
+
 	* kaffe/kaffevm/gcFuncs.c (destroyClass, walkClass, 
 	finalizeObject): Removed unused variables.
 
Index: kaffe/libraries/clib/native/Runtime.c
diff -u kaffe/libraries/clib/native/Runtime.c:1.32 kaffe/libraries/clib/native/Runtime.c:1.33
--- kaffe/libraries/clib/native/Runtime.c:1.32	Sun Feb  6 15:12:00 2005
+++ kaffe/libraries/clib/native/Runtime.c	Sun Feb  6 20:39:10 2005
@@ -152,7 +152,6 @@
 {
 	char path[MAXPATHLEN];
 	char errbuf[128];
-	errorInfo einfo;
 
 	stringJava2CBuf(jpath, path, sizeof(path));
 	if (loadNativeLibrary(path, loader, errbuf, sizeof(errbuf)) < 0) {




More information about the kaffe mailing list