gnu: Add python-pysctp.
[jackhill/guix/guix.git] / nix / libutil / archive.hh
index c216e97..9b83a5f 100644 (file)
@@ -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;
-
-
 }