From 2b7bbe18b3528e30ed13339e1808536ad1196805 Mon Sep 17 00:00:00 2001 From: emboss Date: Wed, 26 Oct 2011 23:49:49 +0000 Subject: * ext/psych/parser.c: remove unused variable. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/parser.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/psych/parser.c') diff --git a/ext/psych/parser.c b/ext/psych/parser.c index 1a6e281f43..987fd7ad40 100644 --- a/ext/psych/parser.c +++ b/ext/psych/parser.c @@ -61,7 +61,6 @@ static VALUE allocate(VALUE klass) static VALUE make_exception(yaml_parser_t * parser, VALUE path) { - VALUE exception; size_t line, column; line = parser->context_mark.line + 1; -- cgit v1.2.3