fix compile error
[platform/upstream/docker-engine.git] / daemon / info_windows.go
1 package daemon
2
3 import (
4         "github.com/docker/docker/api/types"
5         "github.com/docker/docker/pkg/sysinfo"
6 )
7
8 // FillPlatformInfo fills the platform related info.
9 func (daemon *Daemon) FillPlatformInfo(v *types.Info, sysInfo *sysinfo.SysInfo) {
10 }