mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #7782 from somaopensource/graph_remove_fixme
graph: remove obsolete comments
This commit is contained in:
commit
bc41261de0
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ func (graph *Graph) Get(name string) (*image.Image, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
// FIXME: return nil when the image doesn't exist, instead of an error
|
|
||||||
img, err := image.LoadImage(graph.ImageRoot(id))
|
img, err := image.LoadImage(graph.ImageRoot(id))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Add table
Reference in a new issue