summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netfs/fuse/fuseFiles.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/netfs/fuse/fuseFiles.cpp b/netfs/fuse/fuseFiles.cpp
index 55fdcf5..8781772 100644
--- a/netfs/fuse/fuseFiles.cpp
+++ b/netfs/fuse/fuseFiles.cpp
@@ -194,9 +194,6 @@ namespace NetFS {
},
[p, of, key](auto e) {
p->promise.set_exception(e);
- ScopeLock(of->mutex) {
- of->bg.erase(key);
- }
});
});
}