1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-17 01:56:16 +02:00

bees: remove file open serialization mutex

It is no longer necessary.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
(cherry picked from commit 5c91045557)
This commit is contained in:
Zygo Blaxell
2017-01-27 21:43:21 -05:00
parent c6c3990d19
commit c479b361cd
2 changed files with 2 additions and 12 deletions

View File

@ -254,7 +254,6 @@ ostream& operator<<(ostream &os, const BeesFileId &bfi);
class BeesFileRange {
protected:
static mutex s_mutex;
mutable Fd m_fd;
mutable BeesFileId m_fid;
off_t m_begin, m_end;