From a77b323b8cc4138132603959488c01d3bca1fff3 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Mon, 29 Jan 2024 10:47:34 -0500 Subject: [PATCH] Update go/git/diff_tree.go Co-authored-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Signed-off-by: Andrew Mason --- go/git/diff_tree.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/git/diff_tree.go b/go/git/diff_tree.go index bf66aa3..26c6158 100644 --- a/go/git/diff_tree.go +++ b/go/git/diff_tree.go @@ -46,8 +46,6 @@ func ParseDiffTreeEntry(line string, basedir string) (*github.TreeEntry, error) oldMode := match[1] newMode := match[2] - // oldSHA := match[3] - // newSHA := match[4] path := match[5] entry := github.TreeEntry{