pkg/chrootarchive: remove redundant init() stub for Windows
The package already has some windows files (so it's not empty), and this init was not needed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
df650a1aeb
commit
0e4f473a9f
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
package chrootarchive // import "github.com/docker/docker/pkg/chrootarchive"
|
||||
|
||||
func init() {
|
||||
}
|
Loading…
Reference in a new issue