aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/ssh-store.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-01 11:09:47 -0500
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-03-01 11:10:30 -0500
commitb7f01a82a9b0b2c66bb5d58e1518a113d20e79c5 (patch)
tree799c51050889d1e3e1e5503e28db5c6d7cdd0b8c /src/libstore/ssh-store.cc
parent306e5c5ce5a38fecb90b2d2a3c6159fd2ad9c5cc (diff)
Remove dead code `RemoteStore::sameMachine`
It has been dead code since 9747ea84b43c75f719d719673b9d0a7cb50d34e5.
Diffstat (limited to 'src/libstore/ssh-store.cc')
-rw-r--r--src/libstore/ssh-store.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libstore/ssh-store.cc b/src/libstore/ssh-store.cc
index a1d4daafd..cfa063803 100644
--- a/src/libstore/ssh-store.cc
+++ b/src/libstore/ssh-store.cc
@@ -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"); }