summaryrefslogtreecommitdiffstats
path: root/libjava/gnu
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-11 03:05:32 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2006-10-11 03:05:32 +0000
commit873b016414cc3e4fc4bf577633ba99a1b848bd46 (patch)
tree23de027af767baecbdd2e5bc1b411e9973f5bc04 /libjava/gnu
parent70eb5908275083508830b090e3af9ffa2a64dc99 (diff)
downloadppe42-gcc-873b016414cc3e4fc4bf577633ba99a1b848bd46.tar.gz
ppe42-gcc-873b016414cc3e4fc4bf577633ba99a1b848bd46.zip
* gnu/classpath/natSystemProperties.cc (insertSystemProperties):
Removed obsolete comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117626 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu')
-rw-r--r--libjava/gnu/classpath/natSystemProperties.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gnu/classpath/natSystemProperties.cc b/libjava/gnu/classpath/natSystemProperties.cc
index 958fdcbaf18..8196ea33f9f 100644
--- a/libjava/gnu/classpath/natSystemProperties.cc
+++ b/libjava/gnu/classpath/natSystemProperties.cc
@@ -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)
{
OpenPOWER on IntegriCloud