diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-30 01:20:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-30 01:20:41 +0100 |
commit | 20b978192e18a0ce0e34da2123a1174ebbce183c (patch) | |
tree | 766e8bfff31bffa2f6b34e89433da0682f182c57 /daemon.am | |
parent | 11afbbc6511dfb68f8902b04c7140dfe7026e22c (diff) | |
download | guix-20b978192e18a0ce0e34da2123a1174ebbce183c.tar.gz |
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.
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon.am b/daemon.am index ca272a9cb6..324164359c 100644 --- a/daemon.am +++ b/daemon.am @@ -85,7 +85,6 @@ libstore_a_SOURCES = \ nix/libstore/store-api.cc \ nix/libstore/optimise-store.cc \ nix/libstore/local-store.cc \ - nix/libstore/remote-store.cc \ nix/libstore/build.cc \ nix/libstore/pathlocks.cc \ nix/libstore/derivations.cc @@ -95,7 +94,6 @@ libstore_headers = \ nix/libstore/pathlocks.hh \ nix/libstore/globals.hh \ nix/libstore/worker-protocol.hh \ - nix/libstore/remote-store.hh \ nix/libstore/derivations.hh \ nix/libstore/misc.hh \ nix/libstore/local-store.hh \ |