From 7eca7892014d173ff523417138b90aeff5b7dec1 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 2 Oct 2018 22:53:47 +0200 Subject: 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)". --- nix/libutil/archive.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nix/libutil/archive.hh') 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; - - } -- cgit v1.2.3