summaryrefslogtreecommitdiff
path: root/include/git2/clone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/clone.h')
-rw-r--r--include/git2/clone.h1
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);
/**