mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
proc: Remove unused code
This commit is contained in:
@ -360,12 +360,6 @@ func (scope *EvalScope) PtrSize() int {
|
||||
return scope.BinInfo.Arch.PtrSize()
|
||||
}
|
||||
|
||||
// ChanRecvBlocked returns whether the goroutine is blocked on
|
||||
// a channel read operation.
|
||||
func (g *G) ChanRecvBlocked() bool {
|
||||
return (g.Thread == nil) && (g.WaitReason == chanRecv)
|
||||
}
|
||||
|
||||
// NoGError returned when a G could not be found
|
||||
// for a specific thread.
|
||||
type NoGError struct {
|
||||
|
||||
Reference in New Issue
Block a user