Skip to content

Commit

Permalink
Remove deadcode from lib/spoom/sorbet.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed May 16, 2024
1 parent 2a588a7 commit 89cbd27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/spoom/sorbet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def initialize(message, result)
GEM_PATH = T.let(Gem::Specification.find_by_name("sorbet-static").full_gem_path, String)
GEM_VERSION = T.let(Gem::Specification.find_by_name("sorbet-static-and-runtime").version.to_s, String)
BIN_PATH = T.let((Pathname.new(GEM_PATH) / "libexec" / "sorbet").to_s, String)

KILLED_CODE = 137
SEGFAULT_CODE = 139
end
end

0 comments on commit 89cbd27

Please sign in to comment.