Unverified Commit 577d5007 authored by Brice Rising's avatar Brice Rising Committed by Matt Farina

Remove dead code

Unused var was in fs.go. Removed it.
Signed-off-by: 's avatarBrice Rising <brice.rising@slalom.com>
(cherry picked from commit aacffe5fb2870f686f5bf620c13fc63ff4552f2d)
parent 14f051ef
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment