From 612aeb2df5e02000a02def849b94b8342385974e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 7 Feb 2017 19:16:25 +0100 Subject: [PATCH] Cleanup --- src/libstore/binary-cache-store.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh index 31878bbb2..7b228422d 100644 --- a/src/libstore/binary-cache-store.hh +++ b/src/libstore/binary-cache-store.hh @@ -138,8 +138,6 @@ public: ref getFSAccessor() override; -public: - void addSignatures(const Path & storePath, const StringSet & sigs) override { notImpl(); }