Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
alejndr0 committed Jun 10, 2024
1 parent 894794e commit 2a79e2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/octokit/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ def self.error_for_404(body)
end
end

def self.error_for_410(body)
Octokit::Gone
end

# Return most appropriate error for 422 HTTP status code
# @private
# rubocop:disable Naming/VariableNumber
Expand Down

0 comments on commit 2a79e2c

Please sign in to comment.