* java/lang/natThread.cc (destroy): Removed incorrect comment.
authorTom Tromey <tromey@cygnus.com>
Fri, 5 Nov 1999 20:59:40 +0000 (20:59 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 5 Nov 1999 20:59:40 +0000 (20:59 +0000)
From-SVN: r30423

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

index fc8b4a67c5d6df3984f716eedc367e3b5cae114b..e2abca3d8193a1a637e06179df2e58c9a82e536a 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 dcde2bd60f6b249251c2b03ad549dabf58eb67d0..4f0436392a8301dc5be2758e8adce21a9fc41a9a 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)
 {