mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Removed fixme from utils_test.go
Signed-off-by: Blake Geno <blakegeno@gmail.com>
This commit is contained in:
parent
224999d9c2
commit
cbb88741e4
1 changed files with 0 additions and 4 deletions
|
@ -37,10 +37,6 @@ type Fataler interface {
|
|||
func mkDaemon(f Fataler) *daemon.Daemon {
|
||||
eng := newTestEngine(f, false, "")
|
||||
return mkDaemonFromEngine(eng, f)
|
||||
// FIXME:
|
||||
// [...]
|
||||
// Mtu: docker.GetDefaultNetworkMtu(),
|
||||
// [...]
|
||||
}
|
||||
|
||||
func createNamedTestContainer(eng *engine.Engine, config *runconfig.Config, f Fataler, name string) (shortId string) {
|
||||
|
|
Loading…
Reference in a new issue