daemon: Remove unused 'RemoteStore' class.
authorLudovic Courtès <ludo@gnu.org>
Wed, 30 Dec 2015 00:20:41 +0000 (01:20 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 30 Dec 2015 00:20:41 +0000 (01:20 +0100)
commit20b978192e18a0ce0e34da2123a1174ebbce183c
tree766e8bfff31bffa2f6b34e89433da0682f182c57
parent11afbbc6511dfb68f8902b04c7140dfe7026e22c
daemon: Remove unused 'RemoteStore' class.

* nix/libstore/remote-store.cc, nix/libstore/remote-store.hh: Remove.
* nix/libstore/store-api.cc (readStorePath, readStorePaths): New
functions, formerly in remote-store.cc.
(openStore): Remove reference to 'RemoteStore'.
* daemon.am (libstore_a_SOURCES): Remove remote-store.cc.
(libstore_headers): Remote remote-store.hh.
daemon.am
nix/libstore/remote-store.cc [deleted file]
nix/libstore/remote-store.hh [deleted file]
nix/libstore/store-api.cc