Commit 76cf6c6a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove unused method from base expression lexeme class

parent 84c14a4a
......@@ -12,10 +12,6 @@ module Gitlab
raise NotImplementedError
end
def self.type
self::TYPE
end
def self.scan(scanner)
if scanner.scan(self::PATTERN)
Expression::Token.new(scanner.matched, self)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment