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:
Sebastiaan van Stijn 2022-04-21 12:16:23 +02:00
parent df650a1aeb
commit 0e4f473a9f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -1,4 +0,0 @@
package chrootarchive // import "github.com/docker/docker/pkg/chrootarchive"
func init() {
}