Skip to content

Commit

Permalink
Merge pull request ruby#153 from ydah/remove-unused-method
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
yui-knk authored Oct 23, 2023
2 parents 3aea6a7 + ddd51b1 commit d9418cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/lrama/grammar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,6 @@ def extract_references
end
end

def create_token(type, s_value, line, column)
t = Token.new(type: type, s_value: s_value)
t.line = line
t.column = column

return t
end

private

def find_nterm_by_id!(id)
Expand Down

0 comments on commit d9418cd

Please sign in to comment.