From 9c9cdb06d095ea91e10be8dae3a85f06a99c51bf Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 2 Dec 2006 14:34:14 +0000 Subject: * Remove SwitchToOriginalUser, we're not going to need it anymore. --- src/nix-store/main.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nix-store') diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index ad346c91fc59..eb037bda1913 100644 --- a/src/nix-store/main.cc +++ b/src/nix-store/main.cc @@ -34,7 +34,6 @@ static bool indirectRoot = false; static Path fixPath(Path path) { - SwitchToOriginalUser sw; path = absPath(path); while (!isInStore(path)) { if (!isLink(path)) break; -- cgit 1.4.1