Remove unused deep_copies

This commit is contained in:
Clayton Coleman
2016-06-06 13:29:48 -04:00
parent 460726c67d
commit e1dc3ef933
15 changed files with 24 additions and 651 deletions

View File

@@ -21,9 +21,8 @@ limitations under the License.
package unversioned
import (
"time"
conversion "k8s.io/kubernetes/pkg/conversion"
time "time"
)
func DeepCopy_unversioned_APIGroup(in APIGroup, out *APIGroup, c *conversion.Cloner) error {