Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavoire committed Jan 28, 2025
1 parent a83721c commit 1295777
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions reporter/symbol_uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ const (
buildIDSectionName = ".note.gnu.build-id"
)

type GoPCLnTabSearchMode int64

const (
NoPCLnTabSearch GoPCLnTabSearchMode = iota
PCLnTabSearchWithSectionAndSymbols
FullPCLnTabSearch
)

var debugStrSectionNames = []string{".debug_str", ".zdebug_str", ".debug_str.dwo"}
var debugInfoSectionNames = []string{".debug_info", ".zdebug_info"}
var globalDebugDirectories = []string{"/usr/lib/debug"}
Expand Down

0 comments on commit 1295777

Please sign in to comment.