From 01990b65a3cf3da5e04aa6612a17ead2a6cac2c9 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Fri, 8 Nov 2013 00:35:26 +0000 Subject: [PATCH] Move Change to the archive package --- utils.go | 2 -- 1 file changed, 2 deletions(-) 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 {