diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/sentry/platform/ptrace/ptrace.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/sentry/platform/ptrace/ptrace.go b/pkg/sentry/platform/ptrace/ptrace.go index 00d92b092..8d3f6ac9a 100644 --- a/pkg/sentry/platform/ptrace/ptrace.go +++ b/pkg/sentry/platform/ptrace/ptrace.go @@ -38,8 +38,6 @@ // The requested operation is performed in the traced subprocess thread // (e.g. set registers, execute, return). // -// FIXME: This package is currently sloppy with cleanup. -// // Lock order: // // subprocess.mu |