natSystemProperties.cc (insertSystemProperties): Removed obsolete comment.

* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
	Removed obsolete comment.

From-SVN: r117626
This commit is contained in:
Tom Tromey
2006-10-11 03:05:32 +00:00
committed by Tom Tromey
parent c9a96418cc
commit 13869d712f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ gnu::classpath::SystemProperties::insertSystemProperties (java::util::Properties
_Jv_platform_initProperties (newprops);
// If java.library.path is set, tell libltdl so we search the new
// directories as well. FIXME: does this work properly on Windows?
// directories as well.
::java::lang::String *path = newprops->getProperty(JvNewStringLatin1("java.library.path"));
if (path)
{