Merge pull request #46396 from thaJeztah/fix_duplicate_definition
libnetwork/osl: remove dead code
This commit is contained in:
commit
4bf1a946f9
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
//go:build !linux
|
||||
|
||||
package osl
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"testing"
|
||||
)
|
||||
|
||||
var ErrNotImplemented = errors.New("not implemented")
|
||||
|
||||
func newKey(t *testing.T) (string, error) {
|
||||
return "", ErrNotImplemented
|
||||
}
|
||||
|
||||
func verifySandbox(t *testing.T, ns *Namespace) {
|
||||
return
|
||||
}
|
Loading…
Add table
Reference in a new issue