* java/lang/natThread.cc (destroy): Removed incorrect comment.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1999 20:59:40 +0000 (20:59 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 5 Nov 1999 20:59:40 +0000 (20:59 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30423 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog
libjava/java/lang/natThread.cc

index fc8b4a6..e2abca3 100644 (file)
@@ -1,3 +1,7 @@
+1999-11-05  Tom Tromey  <tromey@cygnus.com>
+
+       * java/lang/natThread.cc (destroy): Removed incorrect comment.
+
 1999-11-05  Jeff Sturm  <jsturm@sigma6.com>
 
        * boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.
index dcde2bd..4f04363 100644 (file)
@@ -104,8 +104,6 @@ java::lang::Thread::currentThread (void)
   return _Jv_ThreadCurrent ();
 }
 
-// FIXME: this is apparently the only way a thread can be removed from
-// a ThreadGroup.  That seems wrong.
 void
 java::lang::Thread::destroy (void)
 {