* gc.c (after_gc_sweep): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ef98740d31
commit
6f4bfdc115
1
gc.c
1
gc.c
@ -1989,7 +1989,6 @@ before_gc_sweep(rb_objspace_t *objspace)
|
|||||||
static void
|
static void
|
||||||
after_gc_sweep(rb_objspace_t *objspace)
|
after_gc_sweep(rb_objspace_t *objspace)
|
||||||
{
|
{
|
||||||
rb_thread_t *th = GET_THREAD();
|
|
||||||
GC_PROF_SET_MALLOC_INFO;
|
GC_PROF_SET_MALLOC_INFO;
|
||||||
|
|
||||||
if (objspace->heap.free_num < objspace->heap.free_min) {
|
if (objspace->heap.free_num < objspace->heap.free_min) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user