1
1
Fork 0
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:
John Ericson 2023-03-01 11:09:47 -05:00
parent 306e5c5ce5
commit b7f01a82a9
3 changed files with 0 additions and 8 deletions

View file

@ -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(); }