Commit e4c4f09a by Tom Tromey Committed by Tom Tromey

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

From-SVN: r30423
parent b182031e
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment