mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-22 08:25:38 +00:00
compare_test: remove unused code
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
742dd407b4
commit
6fb913af99
1 changed files with 0 additions and 2 deletions
|
@ -90,8 +90,6 @@ func TestCompareModified(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// These cannot fail.
|
// These cannot fail.
|
||||||
tmpfile, _ = filepath.Rel(dir, tmpfile)
|
|
||||||
tmpdir, _ = filepath.Rel(dir, tmpdir)
|
|
||||||
tmpsubfile, _ = filepath.Rel(dir, tmpsubfile)
|
tmpsubfile, _ = filepath.Rel(dir, tmpsubfile)
|
||||||
|
|
||||||
for _, diff := range diffs {
|
for _, diff := range diffs {
|
||||||
|
|
Loading…
Reference in a new issue