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.
|
# @param [String] data The input to parse.
|
||||||
#
|
#
|
||||||
def initialize(data)
|
def initialize(data)
|
||||||
@data = data
|
|
||||||
@lexer = Lexer.new(data)
|
@lexer = Lexer.new(data)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue