summaryrefslogtreecommitdiff
path: root/src/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/repository.h')
-rw-r--r--src/repository.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/repository.h b/src/repository.h
index 873498de0..cc2f8c2b8 100644
--- a/src/repository.h
+++ b/src/repository.h
@@ -83,7 +83,6 @@ struct git_repository {
git_refdb *_refdb;
git_config *_config;
git_index *_index;
- git_mutex lock;
git_cache objects;
git_attr_cache attrcache;