summaryrefslogtreecommitdiff
path: root/nix/libstore/store-api.cc
Commit message (Expand)AuthorAgeFilesLines
* daemon: Remove dead code.•••* nix/libstore/globals.cc (Settings::loadConfFile, Settings::unpack): Remove. * nix/libstore/globals.hh: Adjust accordingly. * nix/libstore/misc.cc (queryMissing): Remove. * nix/libstore/misc.hh: Adjust accordingly. * nix/libstore/store-api.cc (followLinksToStore) (followLinksToStorePath, computeStorePathForHash): Remove. * nix/libstore/store-api.hh: Adjust accordingly. Ludovic Courtès2018-03-301-31/+0
* 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. Ludovic Courtès2015-12-301-5/+17
* Merge branch 'nix' into 'master'.Ludovic Courtès2014-12-191-0/+331