]> source.dussan.org Git - jgit.git/commit
Remove unused method isDeltaAttempted() 51/11651/1
authorShawn Pearce <spearce@spearce.org>
Thu, 4 Apr 2013 18:03:30 +0000 (11:03 -0700)
committerShawn Pearce <spearce@spearce.org>
Thu, 4 Apr 2013 18:04:32 +0000 (11:04 -0700)
commit876a2ffb21372091f6ac321bc6d70726009131d4
treed5614693f4435f948ad766e9af4e17522d2a0970
parent594d4ceb12aa0e8df9dfe964de620de8dd6d79f5
Remove unused method isDeltaAttempted()

This flag is never checked on its own. It is only checked as part
of a pair through the doNotAttemptDelta() method. Delete the method
so there is less confusion about the flag being used on its own.

Change-Id: Id7088caa649599f4f11d633412c2a2af0fd45dd8
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/pack/ObjectToPack.java