Skip to content

Commit bd1da1a

Browse files
author
Vladimir Kotal
committed
remove unused variable
1 parent b41750c commit bd1da1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/GitRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ private void rebuildTagList(File directory) {
607607
Map<RevCommit, String> commit2Tags = new HashMap<>();
608608
for (Ref ref : refList) {
609609
String tagName = ref.getName().replace("refs/tags/", "");
610-
String existingTags;
611610
RevCommit commit = getCommit(repository, ref);
612611
commit2Tags.merge(commit, tagName, (oldValue, newValue) -> oldValue + TAGS_SEPARATOR + newValue);
613612
}

0 commit comments

Comments
 (0)