Commit a3776489 by Carlos Martín Nieto

Merge pull request #3558 from libgit2/cmn/index-nolock

index: get rid of the locking
parents ccad5a99 9d81509a
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment