summaryrefslogtreecommitdiff
path: root/pkg/api/handlers
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-25 10:42:23 -0400
committerGitHub <noreply@github.com>2022-05-25 10:42:23 -0400
commitdbd4ee04b8dca865e6001d94565755fae60089c9 (patch)
tree9ba65731274883cc61f87adf7128580f87139e3f /pkg/api/handlers
parentaf01cd06dd2b8da743c5a52cb43b53fcfaef648f (diff)
parentc3677f5151df0437a385a8e0d195b462a7c2c792 (diff)
downloadpodman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.gz
podman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.bz2
podman-dbd4ee04b8dca865e6001d94565755fae60089c9.zip
Merge pull request #14358 from vrothberg/todo-part-2
Todo part 2
Diffstat (limited to 'pkg/api/handlers')
-rw-r--r--pkg/api/handlers/compat/images.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/api/handlers/compat/images.go b/pkg/api/handlers/compat/images.go
index 8c4dea327..76a28fadf 100644
--- a/pkg/api/handlers/compat/images.go
+++ b/pkg/api/handlers/compat/images.go
@@ -460,8 +460,6 @@ func GetImages(w http.ResponseWriter, r *http.Request) {
}
func LoadImages(w http.ResponseWriter, r *http.Request) {
- // TODO this is basically wrong
- // TODO ... improve these ^ messages to something useful
decoder := r.Context().Value(api.DecoderKey).(*schema.Decoder)
runtime := r.Context().Value(api.RuntimeKey).(*libpod.Runtime)