summaryrefslogtreecommitdiff
path: root/src/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tree.c')
-rw-r--r--src/tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tree.c b/src/tree.c
index dd9f94869..46b4a6dd1 100644
--- a/src/tree.c
+++ b/src/tree.c
@@ -494,7 +494,6 @@ on_error:
int git_tree__write_index(git_oid *oid, git_index *index, git_repository *repo)
{
int ret;
- git_repository *repo;
assert(oid && index && repo);