summaryrefslogtreecommitdiff
path: root/pkg/api/handlers/compat/containers_stats.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-07-09 13:50:01 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-07-22 14:47:03 -0400
commitf9eb204d0ddb7e0d5fbffc849bd0ca10e2b17a29 (patch)
treecc91281a7408b83ae3037dea3b693075e7df820d /pkg/api/handlers/compat/containers_stats.go
parent79b005e638f110d6e8601816569827dbd0c8fdc2 (diff)
downloadpodman-f9eb204d0ddb7e0d5fbffc849bd0ca10e2b17a29.tar.gz
podman-f9eb204d0ddb7e0d5fbffc849bd0ca10e2b17a29.tar.bz2
podman-f9eb204d0ddb7e0d5fbffc849bd0ca10e2b17a29.zip
Remove all instances of named return "err" from Libpod
This was inspired by https://github.com/cri-o/cri-o/pull/3934 and much of the logic for it is contained there. However, in brief, a named return called "err" can cause lots of code confusion and encourages using the wrong err variable in defer statements, which can make them work incorrectly. Using a separate name which is not used elsewhere makes it very clear what the defer should be doing. As part of this, remove a large number of named returns that were not used anywhere. Most of them were once needed, but are no longer necessary after previous refactors (but were accidentally retained). Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'pkg/api/handlers/compat/containers_stats.go')
0 files changed, 0 insertions, 0 deletions