Remove dead code

Unused var was in fs.go. Removed it.

Signed-off-by: Brice Rising <brice.rising@slalom.com>
pull/5038/head
Brice Rising 7 years ago
parent 62d5e3ce34
commit b909edcc4a

@ -55,8 +55,6 @@ func renameByCopy(src, dst string) error {
return errors.Wrapf(os.RemoveAll(src), "cannot delete %s", src)
}
var errPathNotDir = errors.New("given path is not a directory")
var (
errSrcNotDir = errors.New("source is not a directory")
errDstExist = errors.New("destination already exists")

Loading…
Cancel
Save