* java/lang/natThread.cc (destroy): Removed incorrect comment.

From-SVN: r30423
This commit is contained in:
Tom Tromey 1999-11-05 20:59:40 +00:00 committed by Tom Tromey
parent b182031edf
commit e4c4f09a1e
2 changed files with 4 additions and 2 deletions

View 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.

View 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)
{