no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.

* no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.
        * java/lang/mprec.c (lo0bits): Fix paren typo.

From-SVN: r45724
This commit is contained in:
Richard Henderson 2001-09-21 00:46:32 -07:00 committed by Richard Henderson
parent c9574c9f42
commit 01c62aea29
3 changed files with 7 additions and 3 deletions

View file

@ -28,8 +28,7 @@ _Jv_ThreadInitData (java::lang::Thread * thread)
}
void
_Jv_ThreadStart (java::lang::Thread *thread, _Jv_Thread_t *,
_Jv_ThreadStartFunc *meth)
_Jv_ThreadStart (java::lang::Thread *, _Jv_Thread_t *, _Jv_ThreadStartFunc *)
{
JvFail ("Thread.start called but threads not available");
}