From 89cbd2782f913fbfe9ea1f651fe6880e00ae0b66 Mon Sep 17 00:00:00 2001 From: "shopify-codedb[bot]" Date: Thu, 16 May 2024 00:30:23 +0000 Subject: [PATCH] Remove deadcode from lib/spoom/sorbet.rb --- lib/spoom/sorbet.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/spoom/sorbet.rb b/lib/spoom/sorbet.rb index 50fe0ce8..7e9c8033 100644 --- a/lib/spoom/sorbet.rb +++ b/lib/spoom/sorbet.rb @@ -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