Removing experimental driver interface
Signed-off-by: Madhu Venugopal <madhu@docker.com>
This commit is contained in:
parent
f7b7e74624
commit
08796e04ea
2 changed files with 0 additions and 9 deletions
|
@ -1,5 +0,0 @@
|
|||
package libnetwork
|
||||
|
||||
func additionalDrivers() []initializer {
|
||||
return []initializer{}
|
||||
}
|
|
@ -20,9 +20,5 @@ func getInitializers(experimental bool) []initializer {
|
|||
{overlay.Init, "overlay"},
|
||||
{remote.Init, "remote"},
|
||||
}
|
||||
|
||||
if experimental {
|
||||
in = append(in, additionalDrivers()...)
|
||||
}
|
||||
return in
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue