summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs/tty/inode.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/sentry/fs/tty/inode.go')
-rw-r--r--pkg/sentry/fs/tty/inode.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/fs/tty/inode.go b/pkg/sentry/fs/tty/inode.go
index c0fa2b407..04b9a7727 100644
--- a/pkg/sentry/fs/tty/inode.go
+++ b/pkg/sentry/fs/tty/inode.go
@@ -31,8 +31,6 @@ import (
//
// * fs.InodeOperations.Release
// * fs.InodeOperations.GetFile
-//
-// +stateify savable
type inodeOperations struct {
fsutil.DeprecatedFileOperations `state:"nosave"`
fsutil.InodeNoExtendedAttributes `state:"nosave"`