summaryrefslogtreecommitdiffhomepage
path: root/pkg/bpf/interpreter.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bpf/interpreter.go')
-rw-r--r--pkg/bpf/interpreter.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/bpf/interpreter.go b/pkg/bpf/interpreter.go
index 111ada9d1..b7dee86a8 100644
--- a/pkg/bpf/interpreter.go
+++ b/pkg/bpf/interpreter.go
@@ -88,8 +88,6 @@ func (e Error) Error() string {
}
// Program is a BPF program that has been validated for consistency.
-//
-// +stateify savable
type Program struct {
instructions []linux.BPFInstruction
}