Skip to content

Commit cf6ca2d

Browse files
committed
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
1 parent 151536d commit cf6ca2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/objspace/objspace_dump.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ dump_object(VALUE obj, struct dump_config *dc)
318318
static int
319319
heap_i(void *vstart, void *vend, size_t stride, void *data)
320320
{
321-
struct dump_config *dc = (struct dump_config *)data;
322321
VALUE v = (VALUE)vstart;
323322
for (; v != (VALUE)vend; v += stride) {
324323
if (RBASIC(v)->flags)

0 commit comments

Comments
 (0)