Skip to content

Commit

Permalink
Remove no longer needed tracestack_new.go file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored and sywhang committed Jun 5, 2024
1 parent 7f1444f commit 8afe7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 30 deletions.
4 changes: 4 additions & 0 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ func isStdLibStack(s stack.Stack) bool {
// Using signal.Notify will start a runtime goroutine.
return s.HasFunction("runtime.ensureSigM")
}

func isTraceStack(s stack.Stack) bool {
return s.HasFunction("runtime.ReadTrace")
}
30 changes: 0 additions & 30 deletions tracestack_new.go

This file was deleted.

0 comments on commit 8afe7a5

Please sign in to comment.