summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--pkg/sentry/fs/sys/devices.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/sentry/fs/sys/devices.go b/pkg/sentry/fs/sys/devices.go
index bacc93af8..54f35c6a0 100644
--- a/pkg/sentry/fs/sys/devices.go
+++ b/pkg/sentry/fs/sys/devices.go
@@ -40,9 +40,6 @@ type cpunum struct {
fsutil.InodeSimpleAttributes
fsutil.InodeStaticFileGetter
-
- // k is the system kernel.
- k *kernel.Kernel
}
var _ fs.InodeOperations = (*cpunum)(nil)