diff options
author | Ben Straub <bs@github.com> | 2012-10-16 20:33:48 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-10-19 19:36:22 -0700 |
commit | 183d8bddeb859a27ee688dac53ea26ccc547d05c (patch) | |
tree | 5b63f1c9dc0bae1bf42351c2317bee6d479f7af9 /include/git2/clone.h | |
parent | 806426565f78ff0ee0ac12e125d59658e3ef34be (diff) | |
download | libgit2-183d8bddeb859a27ee688dac53ea26ccc547d05c.tar.gz |
Remove checkout_stats from git_clone
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r-- | include/git2/clone.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/git2/clone.h b/include/git2/clone.h index c34a9ae6a..72294c581 100644 --- a/include/git2/clone.h +++ b/include/git2/clone.h @@ -41,7 +41,6 @@ GIT_EXTERN(int) git_clone( const char *origin_url, const char *workdir_path, git_indexer_stats *fetch_stats, - git_indexer_stats *checkout_stats, git_checkout_opts *checkout_opts); /** |