compare_test: remove unused code

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-03 22:41:54 -04:00
parent 742dd407b4
commit 6fb913af99
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 0 additions and 2 deletions

View File

@ -90,8 +90,6 @@ func TestCompareModified(t *testing.T) {
}
// These cannot fail.
tmpfile, _ = filepath.Rel(dir, tmpfile)
tmpdir, _ = filepath.Rel(dir, tmpdir)
tmpsubfile, _ = filepath.Rel(dir, tmpsubfile)
for _, diff := range diffs {