blob: 164e9176a10c83ed469104ab529e2ab9e1082a6d [file] [log] [blame]
// +build !linux
package graph
import (
"github.com/docker/docker/engine"
)
func (s *TagStore) CmdLoad(job *engine.Job) engine.Status {
return job.Errorf("CmdLoad is not supported on this platform")
}