]> source.dussan.org Git - jgit.git/commit
GraphCommits: Remove unused getter by position 85/197685/2
authorIvan Frade <ifrade@google.com>
Tue, 6 Dec 2022 23:59:03 +0000 (15:59 -0800)
committerIvan Frade <ifrade@google.com>
Tue, 13 Dec 2022 22:37:37 +0000 (14:37 -0800)
commit91587aebd03d0d82d54b0f4716720328cdfd5646
tree5c18dc1380988d97dea62bbec54d27055a280650
parent3a136d2000cc0741c8a0c5ea0f64ec1c0796f3f8
GraphCommits: Remove unused getter by position

CommitGraphWriter uses the GraphCommits in for-each loops and doesn't
need the access by position anymore. This was a left-over from
https://git.eclipse.org/r/c/jgit/jgit/+/182832

Remove the unused method.

Change-Id: I39df9bfab2601d581705ddf4cea3c04ed4765ff9
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/commitgraph/GraphCommits.java