Skip to content

Commit

Permalink
remove an unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 18, 2011
1 parent fa13d11 commit 263804b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/ruby_debug/ruby_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ debug_is_started(VALUE self)
static void
debug_context_mark(void *data)
{
int i;
debug_context_t *debug_context = (debug_context_t *)data;
rb_gc_mark(debug_context->breakpoint);
}
Expand Down

0 comments on commit 263804b

Please sign in to comment.