From 0cb016c209a6cbfc57a93a3f353a556924d31b50 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 14 Feb 2005 16:16:02 +0000 Subject: * Refactoring. Hope this doesn't break the semantics of `-u' ;-) --- src/nix-env/profiles.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix-env/profiles.cc') diff --git a/src/nix-env/profiles.cc b/src/nix-env/profiles.cc index 52144eb2f69d..1039634d60ac 100644 --- a/src/nix-env/profiles.cc +++ b/src/nix-env/profiles.cc @@ -69,7 +69,7 @@ static void makeName(const Path & profile, unsigned int num, } -Path createGeneration(Path profile, Path outPath, Path drvPath) +Path createGeneration(Path profile, Path outPath) { /* The new generation number should be higher than old the previous ones. */ -- cgit 1.4.1