aboutsummaryrefslogtreecommitdiff
path: root/pkg/api
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:31:31 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-05-25 12:31:31 +0200
commit09ae060a7350f8f36dac41d27bb57a63ba52b638 (patch)
tree2b9d751dba2d8838bffb9ea3a73910ff851c6340 /pkg/api
parentc04ec104dff4f3f8bdc6650d3d93ca58726bb48a (diff)
downloadpodman-09ae060a7350f8f36dac41d27bb57a63ba52b638.tar.gz
podman-09ae060a7350f8f36dac41d27bb57a63ba52b638.tar.bz2
podman-09ae060a7350f8f36dac41d27bb57a63ba52b638.zip
pkg/api/handlers/compat/images.go: drop TODO message
An undefined "this" or "that" is terrible. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'pkg/api')
-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)