diff options
author | Adin Scannell <ascannell@google.com> | 2020-03-25 16:57:37 -0700 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-04-08 10:14:34 -0700 |
commit | f888b9ce83c202bb77c1e29c3ee60cc485906536 (patch) | |
tree | bcec43d0dc20584d5a3963154b8e2ef05b31bb99 /tools/nogo.json | |
parent | 928a7c60b8f02811e9c0fcbed0077efd55471cc4 (diff) |
Fix unused result errors.
This fixes a bug in the proc net directory.
Updates #2243
Diffstat (limited to 'tools/nogo.json')
-rw-r--r-- | tools/nogo.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/nogo.json b/tools/nogo.json index f69999e50..09bda9212 100644 --- a/tools/nogo.json +++ b/tools/nogo.json @@ -44,11 +44,5 @@ "/pkg/sentry/platform/safecopy/safecopy_unsafe.go": "allowed: special case", "/pkg/sentry/vfs/mount_unsafe.go": "allowed: special case" } - }, - "unusedresult": { - "exclude_files": { - "/pkg/sentry/fsimpl/proc/task_net.go": "fix: result of fmt.Sprintf call not used", - "/pkg/sentry/fsimpl/proc/tasks_net.go": "fix: result of fmt.Sprintf call not used" - } } } |