From 546d65a8dae8a7af7288163a580c08c827ebda1d Mon Sep 17 00:00:00 2001 From: Russell Belfer Date: Wed, 2 Jan 2013 17:01:34 -0800 Subject: Fix up spoolandsort iterator usage The spoolandsort iterator changes got sort-of cherry picked out of this branch and so I dropped the commit when rebasing; however, there were a few small changes that got dropped as well (since the version merged upstream wasn't quite the same as what I dropped). --- src/iterator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/iterator.h') diff --git a/src/iterator.h b/src/iterator.h index ccdab4d94..c0e35605c 100644 --- a/src/iterator.h +++ b/src/iterator.h @@ -198,7 +198,4 @@ extern git_index *git_iterator_index_get_index(git_iterator *iter); extern git_iterator_type_t git_iterator_inner_type(git_iterator *iter); -extern git_iterator *git_iterator_spoolandsort_inner_iterator( - git_iterator *iter); - #endif -- cgit v1.2.3