libnet/config: rm config_freebsd.go

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
Albin Kerouanton
2025-09-03 12:05:10 +02:00
parent 6e512cc292
commit 18f2e61d08

View File

@@ -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
}
}