summaryrefslogtreecommitdiff
path: root/include/git2/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/repository.h')
-rw-r--r--include/git2/repository.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/git2/repository.h b/include/git2/repository.h
index d6b054dc3..258b9ac00 100644
--- a/include/git2/repository.h
+++ b/include/git2/repository.h
@@ -924,17 +924,6 @@ GIT_EXTERN(const char *) git_repository_get_namespace(git_repository *repo);
GIT_EXTERN(int) git_repository_is_shallow(git_repository *repo);
/**
- * Determine the shallow roots of the repository
- *
- * This oidarray is owned by the library. Do not free it.
- *
- * @param out An array of shallow oids.
- * @param repo The repository
- * @return 0 on success, an error otherwise.
- */
-GIT_EXTERN(int) git_repository_shallow_roots(git_oidarray *out, git_repository *repo);
-
-/**
* Retrieve the configured identity to use for reflogs
*
* The memory is owned by the repository and must not be freed by the