Removed useless ivar in the XPath parser.
This commit is contained in:
parent
cc3e752e1f
commit
4eea6d8359
|
@ -153,7 +153,6 @@ end
|
|||
# @param [String] data The input to parse.
|
||||
#
|
||||
def initialize(data)
|
||||
@data = data
|
||||
@lexer = Lexer.new(data)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue