summaryrefslogtreecommitdiff
path: root/src/repository.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.c')
-rw-r--r--src/repository.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repository.c b/src/repository.c
index de1c0dc1f..82d998124 100644
--- a/src/repository.c
+++ b/src/repository.c
@@ -111,7 +111,6 @@ void git_repository__cleanup(git_repository *repo)
git_cache_clear(&repo->objects);
git_attr_cache_flush(repo);
- git_submodule_cache_free(repo);
set_config(repo, NULL);
set_index(repo, NULL);