Explorar o código

Merge pull request #7782 from somaopensource/graph_remove_fixme

graph: remove obsolete comments
Alexandr Morozov %!s(int64=11) %!d(string=hai) anos
pai
achega
bc41261de0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      graph/graph.go

+ 0 - 1
graph/graph.go

@@ -90,7 +90,6 @@ func (graph *Graph) Get(name string) (*image.Image, error) {
 	if err != nil {
 		return nil, err
 	}
-	// FIXME: return nil when the image doesn't exist, instead of an error
 	img, err := image.LoadImage(graph.ImageRoot(id))
 	if err != nil {
 		return nil, err