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:
parent
306e5c5ce5
commit
b7f01a82a9
3 changed files with 0 additions and 8 deletions
|
@ -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"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue