Deleted move constructor; a FileLock is not movable.
Declared in <util/fs.h>
<util/fs.h>
FileLock(FileLock&& other) = delete;
Name
Description
other
The lock that would be moved.
Created with MrDocs