mirror of
https://github.com/moby/moby.git
synced 2026-08-07 16:41:50 +00:00
libnet/config: rm config_freebsd.go
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
package config
|
||||
|
||||
// FIXME(thaJeztah): ExecRoot is only used for Controller.startExternalKeyListener(), but "libnetwork-setkey" is only implemented on Linux.
|
||||
func optionExecRoot(execRoot string) Option {
|
||||
return func(c *Config) {
|
||||
c.ExecRoot = execRoot
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user