mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
pkg/api/handlers/compat/images.go: drop TODO message
An undefined "this" or "that" is terrible. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -460,8 +460,6 @@ func GetImages(w http.ResponseWriter, r *http.Request) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func LoadImages(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)
|
decoder := r.Context().Value(api.DecoderKey).(*schema.Decoder)
|
||||||
runtime := r.Context().Value(api.RuntimeKey).(*libpod.Runtime)
|
runtime := r.Context().Value(api.RuntimeKey).(*libpod.Runtime)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user