diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-02 22:53:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-02 23:08:30 +0200 |
commit | 7eca7892014d173ff523417138b90aeff5b7dec1 (patch) | |
tree | 8f0883077c4f8f7d084f0be92d3bd6a83d56a22b /nix/libutil/archive.hh | |
parent | 2bc8b2af8947502d147fb3b67a0a40a5565c3707 (diff) | |
download | guix-7eca7892014d173ff523417138b90aeff5b7dec1.tar guix-7eca7892014d173ff523417138b90aeff5b7dec1.tar.gz |
daemon: Remove "case hack" for nars.
This code has never been of any use in Guix.
* nix/libutil/archive.cc (useCaseHack): Remove.
(parse): Keep only the alternate branch in "if (useCaseHack)".
Diffstat (limited to 'nix/libutil/archive.hh')
-rw-r--r-- | nix/libutil/archive.hh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nix/libutil/archive.hh b/nix/libutil/archive.hh index c216e9768f..9b83a5f288 100644 --- a/nix/libutil/archive.hh +++ b/nix/libutil/archive.hh @@ -71,9 +71,4 @@ void parseDump(ParseSink & sink, Source & source); void restorePath(const Path & path, Source & source); - -// FIXME: global variables are bad m'kay. -extern bool useCaseHack; - - } |