diff options
Diffstat (limited to 'src/nix-store/main.cc')
-rw-r--r-- | src/nix-store/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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; |