]> source.dussan.org Git - jgit.git/commit
BatchRefUpdate: Remove unused namesToCheck variable 73/77373/5
authorDan Wang <dwwang@google.com>
Fri, 15 Jul 2016 01:49:29 +0000 (18:49 -0700)
committerJonathan Nieder <jrn@google.com>
Sat, 16 Jul 2016 00:09:43 +0000 (20:09 -0400)
commit0d2a7b7737f0d723866ac1fcf7ac82311a13ae3b
treebf36868af9eb922cd9f446c201fbd9a989882dfe
parent9a4e8de467cdbe71ec995b43c7262fd68224ea7f
BatchRefUpdate: Remove unused namesToCheck variable

This variable has been populated and never used since it was
introduced in commit 5cf53fdacf28d5cabe7ad1ed154fe7f4971225a9
(Speed up clone/fetch with large number of refs, 2013-02-18).
Noted by FindBugs:
"BatchRefUpdate.java:359, UC_USELESS_OBJECT, Priority: Normal"

Change-Id: I7aacb49540aaee4a83db3d38b15633bb6c4773d0
Signed-off-by: Dan Wang <dwwang@google.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/BatchRefUpdate.java