summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/arch/auxv.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/arch/auxv.go')
-rw-r--r--pkg/sentry/arch/auxv.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/arch/auxv.go b/pkg/sentry/arch/auxv.go
index 81cfb4a01..70e0e35b7 100644
--- a/pkg/sentry/arch/auxv.go
+++ b/pkg/sentry/arch/auxv.go
@@ -19,8 +19,6 @@ import (
)
// An AuxEntry represents an entry in an ELF auxiliary vector.
-//
-// +stateify savable
type AuxEntry struct {
Key uint64
Value usermem.Addr