Skip to content

Commit

Permalink
Merge pull request #13 from meganemura/remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused local variable
  • Loading branch information
rmosolgo authored Feb 9, 2024
2 parents 980e2fa + f630bbf commit 177c088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/graphql/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ def sliced_definitions(document_dependencies, doc, source_location:)

doc.definitions.map do |node|
deps = Set.new
definitions = document_dependencies.definitions.map { |x| [x.name, x] }.to_h

queue = [node.name]
while name = queue.shift
Expand Down

0 comments on commit 177c088

Please sign in to comment.