boehm.cc (initialized, [...]): Removed unused declarations.
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Tue, 12 Feb 2002 04:14:52 +0000 (04:14 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Tue, 12 Feb 2002 04:14:52 +0000 (04:14 +0000)
commit88c38cc1b02a2eed7b7956e331b1719aa26d9639
treec6805b4b7494b53d254170105c7c18f0d8971088
parent036d01d034da4bdde2e83a21dc65d2b984bcbd50
boehm.cc (initialized, [...]): Removed unused declarations.

* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused
declarations.
(_Jv_InitGC): Don't bother locking, as this is always called from a
single-thread. Turn off GC_all_interior_pointers. Remove dead code.

From-SVN: r49695
libjava/ChangeLog
libjava/boehm.cc