mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-12-04 19:23:28 +01:00
delete filesystem copy ctr to prevent misuse
This commit is contained in:
parent
8c72f4cc36
commit
b162686901
@ -43,6 +43,7 @@ class FilesystemService : public Service {
|
||||
const bool try_mount_base = true,
|
||||
const std::vector<std::tuple<std::string, std::string, bool>>& try_mount_list = {}
|
||||
);
|
||||
FilesystemService(FilesystemService&) = delete; // hui
|
||||
|
||||
~FilesystemService(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user