Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jul 9, 2024
1 parent b41d5c0 commit 9432899
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/ruby_indexer/lib/ruby_indexer/rbs_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ def process_required_and_optional_positionals(function)
required + optional
end

sig { params(function: RBS::Types::Function).returns(T::Array[Entry::OptionalParameter]) }
def process_optional_positionals(function)
end

sig { params(function: RBS::Types::Function).returns(T::Array[Entry::OptionalParameter]) }
def process_trailing_positionals(function)
function.trailing_positionals.map do |param|
Expand Down

0 comments on commit 9432899

Please sign in to comment.