From 4eea6d8359957145d3c40f32303bcf9e685694fe Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Thu, 2 Oct 2014 22:52:39 +0200 Subject: [PATCH] Removed useless ivar in the XPath parser. --- lib/oga/xpath/parser.y | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/oga/xpath/parser.y b/lib/oga/xpath/parser.y index ecce04a..98bce91 100644 --- a/lib/oga/xpath/parser.y +++ b/lib/oga/xpath/parser.y @@ -153,7 +153,6 @@ end # @param [String] data The input to parse. # def initialize(data) - @data = data @lexer = Lexer.new(data) end