delete private interface with no references in package

pull/6/head
Morgan Bauer 2016-09-20 00:13:16 +00:00
parent 3802a9ba35
commit fa28ee8683
No known key found for this signature in database
GPG Key ID: 25A6B3DB515E54CF
1 changed files with 0 additions and 4 deletions

View File

@ -25,10 +25,6 @@ import (
"k8s.io/kubernetes/pkg/runtime"
)
type debugError interface {
DebugError() (msg string, args []interface{})
}
// GetOriginalConfiguration retrieves the original configuration of the object
// from the annotation, or nil if no annotation was found.
func GetOriginalConfiguration(mapping *meta.RESTMapping, obj runtime.Object) ([]byte, error) {