diff --git a/utils.go b/utils.go index a5df3d59a3..433d00ad65 100644 --- a/utils.go +++ b/utils.go @@ -34,12 +34,10 @@ import ( "syscall" ) - type Change struct { archive.Change } - // Compare two Config struct. Do not compare the "Image" nor "Hostname" fields // If OpenStdin is set, then it differs func CompareConfig(a, b *Config) bool {