diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2017-09-25 10:00:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-25 18:02:46 +0900 |
commit | 523ee2d7858a6b1c09ba550fd1710ebfeff27335 (patch) | |
tree | 29c342b3cc7f911f508cde0246294f2343a1974a /object.h | |
parent | ref_cache: remove support for storing peeled values (diff) | |
download | tgif-523ee2d7858a6b1c09ba550fd1710ebfeff27335.tar.xz |
mmapped_ref_iterator: inline into `packed_ref_iterator`
Since `packed_ref_iterator` is now delegating to
`mmapped_ref_iterator` rather than `cache_ref_iterator` to do the
heavy lifting, there is no need to keep the two iterators separate. So
"inline" `mmapped_ref_iterator` into `packed_ref_iterator`. This
removes a bunch of boilerplate.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object.h')
0 files changed, 0 insertions, 0 deletions