Skip to content

Commit

Permalink
Removing experimental driver interface
Browse files Browse the repository at this point in the history
Signed-off-by: Madhu Venugopal <madhu@docker.com>
  • Loading branch information
mavenugo committed Sep 25, 2018
1 parent 7e0873d commit 388a43b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions drivers_experimental_linux.go

This file was deleted.

4 changes: 0 additions & 4 deletions drivers_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,5 @@ func getInitializers(experimental bool) []initializer {
{overlay.Init, "overlay"},
{remote.Init, "remote"},
}

if experimental {
in = append(in, additionalDrivers()...)
}
return in
}

0 comments on commit 388a43b

Please sign in to comment.