aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/worker-protocol.hh
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-04 22:10:13 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-08-04 22:10:13 +0000
commit45b6fdb22b05352108b6470ae16d611431c06666 (patch)
tree7fb976d1a34977cfe86b4d525b8d2ab8fb8be49c /src/libstore/worker-protocol.hh
parentfbeb8695fb0d67d0be0da78535b0a1e1a8739a5b (diff)
Remove unused functions
Diffstat (limited to 'src/libstore/worker-protocol.hh')
-rw-r--r--src/libstore/worker-protocol.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/worker-protocol.hh b/src/libstore/worker-protocol.hh
index ad5854c85..117d3e1a4 100644
--- a/src/libstore/worker-protocol.hh
+++ b/src/libstore/worker-protocol.hh
@@ -126,6 +126,4 @@ StorePathCAMap readStorePathCAMap(const Store & store, Source & from);
void writeStorePathCAMap(const Store & store, Sink & out, const StorePathCAMap & paths);
-void writeOutputPathMap(const Store & store, Sink & out, const OutputPathMap & paths);
-
}