From 6fb913af9998403d964249817ee66cf41f685485 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Sun, 3 Apr 2022 22:41:54 -0400 Subject: [PATCH] compare_test: remove unused code Signed-off-by: Vincent Batts --- compare_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/compare_test.go b/compare_test.go index 8953c1e..5a13961 100644 --- a/compare_test.go +++ b/compare_test.go @@ -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 {