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 18, 2024
1 parent 382318d commit dba3377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/spoom/sorbet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def initialize(message, result)
CONFIG_PATH = "sorbet/config"
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
Expand Down

0 comments on commit dba3377

Please sign in to comment.