Merge pull request #1588 from s7v7nislands/delete_unused
Delete unused function
This commit is contained in:
commit
13fa5d2953
|
@ -7,8 +7,6 @@ import (
|
|||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
)
|
||||
|
||||
func sPtr(s string) *string { return &s }
|
||||
|
||||
// Example returns an example spec file, with many options set so a user can
|
||||
// see what a standard spec file looks like.
|
||||
func Example() *specs.Spec {
|
||||
|
|
Loading…
Reference in New Issue