summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/dev/full.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/dev/full.go')
-rw-r--r--pkg/sentry/fs/dev/full.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/fs/dev/full.go b/pkg/sentry/fs/dev/full.go
index 492b8eb3a..e13eb6c03 100644
--- a/pkg/sentry/fs/dev/full.go
+++ b/pkg/sentry/fs/dev/full.go
@@ -26,8 +26,6 @@ import (
)
// fullDevice is used to implement /dev/full.
-//
-// +stateify savable
type fullDevice struct {
ramfs.Entry
}