From 22da9e81e7a5a37336714439dca3dbab0c809bc3 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 16 Aug 2016 14:15:02 +0200 Subject: [PATCH] Minor cleanup Signed-off-by: Sven Strickroth --- src/Git/Git.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Git/Git.cpp b/src/Git/Git.cpp index 7ec224806..86df4965a 100644 --- a/src/Git/Git.cpp +++ b/src/Git/Git.cpp @@ -1761,7 +1761,6 @@ int CGit::GetRefsCommitIsOn(STRING_VECTOR& list, const CGitHash& hash, bool incl { CAutoObject obj; git_tag_peel(obj.GetPointer(), tag); - oid = git_object_id(obj); checkDescendent(git_object_id(obj), ref); continue; } -- 2.11.4.GIT