mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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 changed files with 0 additions and 1 deletions
1
gc.c
1
gc.c
|
@ -1989,7 +1989,6 @@ before_gc_sweep(rb_objspace_t *objspace)
|
|||
static void
|
||||
after_gc_sweep(rb_objspace_t *objspace)
|
||||
{
|
||||
rb_thread_t *th = GET_THREAD();
|
||||
GC_PROF_SET_MALLOC_INFO;
|
||||
|
||||
if (objspace->heap.free_num < objspace->heap.free_min) {
|
||||
|
|
Loading…
Add table
Reference in a new issue