diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T18·16+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-02-07T18·16+0100 |
commit | 612aeb2df5e02000a02def849b94b8342385974e (patch) | |
tree | 3d082b594f7ba737f412f6a3e5b2bb03ae781b6c /src | |
parent | c54814b175793f0e7a53fdeba55d1149342ec82a (diff) |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/libstore/binary-cache-store.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstore/binary-cache-store.hh b/src/libstore/binary-cache-store.hh index 31878bbb2476..7b228422d1b6 100644 --- a/src/libstore/binary-cache-store.hh +++ b/src/libstore/binary-cache-store.hh @@ -138,8 +138,6 @@ public: ref<FSAccessor> getFSAccessor() override; -public: - void addSignatures(const Path & storePath, const StringSet & sigs) override { notImpl(); } |