Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-01-03 05:01:34 +0400
committerRussell Belfer <rb@github.com>2013-01-05 03:47:43 +0400
commit546d65a8dae8a7af7288163a580c08c827ebda1d (patch)
tree4dd9337f19108bbee970a9c5b1258f94fb7d2270 /src/iterator.h
parenta9a730075eee70444db4ab4bbb928c29a812bbbf (diff)
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).
Diffstat (limited to 'src/iterator.h')
-rw-r--r--src/iterator.h3
1 files changed, 0 insertions, 3 deletions
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