Skip to content

Commit

Permalink
Remove dead constant MAX_RETRIES (#505)
Browse files Browse the repository at this point in the history
Remove deadcode from lib/ruby_lsp/ruby_lsp_rails/runner_client.rb

Co-authored-by: shopify-codedb[bot] <shopify-codedb[bot]@users.noreply.github.com>
  • Loading branch information
shopify-codedb[bot] and shopify-codedb[bot] authored Nov 4, 2024
1 parent 3a01040 commit eb0c3a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ruby_lsp/ruby_lsp_rails/runner_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class InitializationError < StandardError; end
class IncompleteMessageError < StandardError; end
class EmptyMessageError < StandardError; end

MAX_RETRIES = 5

extend T::Sig

sig { returns(String) }
Expand Down

0 comments on commit eb0c3a9

Please sign in to comment.