diff options
Diffstat (limited to 'pkg/sentry/platform/filemem/filemem.go')
-rw-r--r-- | pkg/sentry/platform/filemem/filemem.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/platform/filemem/filemem.go b/pkg/sentry/platform/filemem/filemem.go index feb020ef8..870274ae1 100644 --- a/pkg/sentry/platform/filemem/filemem.go +++ b/pkg/sentry/platform/filemem/filemem.go @@ -155,8 +155,6 @@ type FileMem struct { } // usage tracks usage information. -// -// +stateify savable type usageInfo struct { // kind is the usage kind. kind usage.MemoryKind |