mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 11:49:35 +01:00
Remove dead code RemoteStore::sameMachine
It has been dead code since 9747ea84b4.
This commit is contained in:
parent
306e5c5ce5
commit
b7f01a82a9
3 changed files with 0 additions and 8 deletions
|
|
@ -29,9 +29,6 @@ public:
|
|||
static std::set<std::string> uriSchemes()
|
||||
{ return {"unix"}; }
|
||||
|
||||
bool sameMachine() override
|
||||
{ return true; }
|
||||
|
||||
ref<FSAccessor> getFSAccessor() override
|
||||
{ return LocalFSStore::getFSAccessor(); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue