read-cache.c: remove #ifdef NO_PTHREADS
commit62e5ee81a39dff5d69992b669f7896b6dc31bfd5
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 3 Nov 2018 08:48:47 +0000 (3 09:48 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Nov 2018 04:42:11 +0000 (5 13:42 +0900)
tree07019e53deca9a2e00e2016bff9c065dd778d951
parent9c897c5c2ad27d82b47472c967f675cad122aed3
read-cache.c: remove #ifdef NO_PTHREADS

This is a faithful conversion with no attempt to clean up whatsoever.
Code indentation is left broken. There will be another commit to clean
it up and un-indent if we just indent now. It's just more code noise.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c