Skip to content

Commit

Permalink
proc/native: remove dead code in nonative_darwin.go (#3637)
Browse files Browse the repository at this point in the history
Removes unnecessary code from nonative_darwin.go
  • Loading branch information
aarzilli authored Jan 18, 2024
1 parent 4ed69d0 commit 1b201c3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/proc/native/nonative_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ package native

import (
"errors"
"sync"

"github.com/go-delve/delve/pkg/dwarf/op"
"github.com/go-delve/delve/pkg/proc"
Expand Down Expand Up @@ -48,10 +47,6 @@ func registers(thread *nativeThread) (proc.Registers, error) {
panic(ErrNativeBackendDisabled)
}

func (dbp *nativeProcess) loadProcessInformation(wg *sync.WaitGroup) {
panic(ErrNativeBackendDisabled)
}

func (dbp *nativeProcess) requestManualStop() (err error) {
panic(ErrNativeBackendDisabled)
}
Expand Down

0 comments on commit 1b201c3

Please sign in to comment.