summaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index 0909da889..a64c645b3 100644
--- a/src/index.h
+++ b/src/index.h
@@ -28,7 +28,6 @@ struct git_index {
git_vector entries;
git_idxmap *entries_map;
- git_mutex lock; /* lock held while entries is being changed */
git_vector deleted; /* deleted entries if readers > 0 */
git_atomic readers; /* number of active iterators */