* java/lang/natThread.cc (destroy): Removed incorrect comment.
From-SVN: r30423
This commit is contained in:
parent
b182031edf
commit
e4c4f09a1e
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue