|
@@ -133,9 +133,6 @@ func DirCopy(srcDir, dstDir string, copyMode Mode, copyXattrs bool) error {
|
|
dstPath := filepath.Join(dstDir, relPath)
|
|
dstPath := filepath.Join(dstDir, relPath)
|
|
stat, ok := f.Sys().(*syscall.Stat_t)
|
|
stat, ok := f.Sys().(*syscall.Stat_t)
|