1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 08:31:16 +02: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

@ -49,9 +49,6 @@ public:
return *uriSchemes().begin() + "://" + host;
}
bool sameMachine() override
{ return false; }
// FIXME extend daemon protocol, move implementation to RemoteStore
std::optional<std::string> getBuildLogExact(const StorePath & path) override
{ unsupported("getBuildLogExact"); }