From cf6ca2d8b252cd9af0bec374693d2064842078dc Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 17 Sep 2016 09:22:26 +0000 Subject: objspace_dump.c: dc is no longer used [ci skip] * ext/objspace/objspace_dump.c (heap_i): remove no longer used variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace_dump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/objspace') diff --git a/ext/objspace/objspace_dump.c b/ext/objspace/objspace_dump.c index 38476aa59a..127d33283a 100644 --- a/ext/objspace/objspace_dump.c +++ b/ext/objspace/objspace_dump.c @@ -318,7 +318,6 @@ dump_object(VALUE obj, struct dump_config *dc) static int heap_i(void *vstart, void *vend, size_t stride, void *data) { - struct dump_config *dc = (struct dump_config *)data; VALUE v = (VALUE)vstart; for (; v != (VALUE)vend; v += stride) { if (RBASIC(v)->flags) -- cgit v1.2.3