delete private interface with no references in package

parent 3802a9ba
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment