summaryrefslogtreecommitdiff
path: root/include/git2/refdb_backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/git2/refdb_backend.h')
-rw-r--r--include/git2/refdb_backend.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/git2/refdb_backend.h b/include/git2/refdb_backend.h
index bf33817d6..20eb6a9dd 100644
--- a/include/git2/refdb_backend.h
+++ b/include/git2/refdb_backend.h
@@ -101,8 +101,7 @@ struct git_refdb_backend {
*/
GIT_EXTERN(int) git_refdb_backend_fs(
struct git_refdb_backend **backend_out,
- git_repository *repo,
- git_refdb *refdb);
+ git_repository *repo);
GIT_END_DECL