natThread.cc (stop): Removed argument name.

* java/lang/natThread.cc (stop): Removed argument name.

	* java/lang/ThreadGroup.java (ThreadGroup(int)): No longer
	`private'; now has default access.
	* Makefile.in: Rebuilt.
	* Makefile.am (java/lang/ThreadGroup.h): Removed.

From-SVN: r30417
This commit is contained in:
Tom Tromey 1999-11-05 17:10:17 +00:00 committed by Tom Tromey
parent aa608fe69c
commit ea638d6c94
5 changed files with 11 additions and 16 deletions

View file

@ -302,7 +302,7 @@ java::lang::Thread::start (void)
}
void
java::lang::Thread::stop (java::lang::Throwable *e)
java::lang::Thread::stop (java::lang::Throwable *)
{
JvFail ("java::lang::Thread::stop unimplemented");
}