mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 19:33:59 +08:00
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
From-SVN: r46941
This commit is contained in:
parent
40c0668bf7
commit
96a1ceb357
@ -1,3 +1,7 @@
|
||||
2001-11-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||
|
||||
* boehm.cc (_Jv_GCCanReclaimSoftReference): Fix warning.
|
||||
|
||||
2001-11-09 Jeff Sturm <jsturm@one-point.com>
|
||||
|
||||
* verify.cc: Wrap in #ifdef INTERPRETER...#endif.
|
||||
|
@ -575,7 +575,7 @@ _Jv_GCRegisterDisappearingLink (jobject *objp)
|
||||
}
|
||||
|
||||
jboolean
|
||||
_Jv_GCCanReclaimSoftReference (jobject obj)
|
||||
_Jv_GCCanReclaimSoftReference (jobject)
|
||||
{
|
||||
// For now, always reclaim soft references. FIXME.
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user