Skip to content

Commit

Permalink
Remove ppc64le-specific code for hardware breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsaezm committed Apr 19, 2023
1 parent 40c59bc commit 95100a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pkg/proc/native/hwbreak_other.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build (linux && 386) || (darwin && arm64) || (windows && arm64)
// +build linux,386 darwin,arm64 windows,arm64
//go:build (linux && 386) || (darwin && arm64) || (windows && arm64) || (linux && ppc64le)
// +build linux,386 darwin,arm64 windows,arm64 linux,ppc64le

package native

Expand Down
17 changes: 0 additions & 17 deletions pkg/proc/native/hwbreak_ppc64le.go

This file was deleted.

0 comments on commit 95100a3

Please sign in to comment.