Removed useless ivar in the XPath parser.

This commit is contained in:
Yorick Peterse 2014-10-02 22:52:39 +02:00
parent cc3e752e1f
commit 4eea6d8359
1 changed files with 0 additions and 1 deletions

View File

@ -153,7 +153,6 @@ end
# @param [String] data The input to parse.
#
def initialize(data)
@data = data
@lexer = Lexer.new(data)
end