diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2018-03-29 16:56:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-03-30 23:42:07 +0200 |
commit | c7589cce8d3f9fcb7769e424f341dba8fb3545d0 (patch) | |
tree | 157c37d5933152efc20e2aa268a573b0ddad1bdc /nix/libstore/globals.hh | |
parent | dffd077c59e0faf8200422572b7d3aab611f0348 (diff) | |
download | guix-c7589cce8d3f9fcb7769e424f341dba8fb3545d0.tar.gz |
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.
Diffstat (limited to 'nix/libstore/globals.hh')
-rw-r--r-- | nix/libstore/globals.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nix/libstore/globals.hh b/nix/libstore/globals.hh index 2439936959..1293625e1f 100644 --- a/nix/libstore/globals.hh +++ b/nix/libstore/globals.hh @@ -26,8 +26,6 @@ struct Settings { void processEnvironment(); - void loadConfFile(); - void set(const string & name, const string & value); string get(const string & name, const string & def); @@ -42,8 +40,6 @@ struct Settings { string pack(); - void unpack(const string & pack); - SettingsMap getOverrides(); /* The directory where we store sources and derived files. */ |