Skip to content

Commit 639f0f5

Browse files
committed
storage: remove NaiveCreateFromTemplate()
This function was added in commit c577a81 and used by older drivers we no longer suppor, such as aufs and windows. As such this is dead code and can be removed. Signed-off-by: Paul Holzinger <[email protected]>
1 parent 39cde30 commit 639f0f5

File tree

2 files changed

+0
-53
lines changed

2 files changed

+0
-53
lines changed

storage/drivers/driver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ type CreateOpts struct {
4747
MountLabel string
4848
StorageOpt map[string]string
4949
*idtools.IDMappings
50-
ignoreChownErrors bool
5150
}
5251

5352
// MountOpts contains optional arguments for Driver.Get() methods.

storage/drivers/template.go

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)