diff options
Diffstat (limited to 'pkg/bpf/interpreter.go')
-rw-r--r-- | pkg/bpf/interpreter.go | 2 |
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 } |