Skip to content

Commit

Permalink
Remove leftover commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jun 21, 2024
1 parent a554660 commit 3aa0430
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/ruby_indexer/lib/ruby_indexer/entry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -504,11 +504,6 @@ def initialize(target, unresolved_alias)
@owner = T.let(unresolved_alias.owner, T.nilable(Entry::Namespace))
end

# sig { returns(T.nilable(Entry::Namespace)) }
# def owner
# @target.owner
# end

sig { returns(T::Array[Parameter]) }
def parameters
@target.parameters
Expand Down

0 comments on commit 3aa0430

Please sign in to comment.