aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/parser.c')
-rw-r--r--ext/psych/parser.c1
1 files changed, 0 insertions, 1 deletions
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;