Skip to content

Commit

Permalink
Removed fixme from utils_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Geno <[email protected]>
  • Loading branch information
blakery committed Nov 5, 2014
1 parent 224999d commit cbb8874
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions integration/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit cbb8874

Please sign in to comment.