about summary refs log tree commit diff
path: root/src/nix-env/profiles.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-02-14T16·16+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-02-14T16·16+0000
commit0cb016c209a6cbfc57a93a3f353a556924d31b50 (patch)
treedba4e2e1ce3ebef6ced74fd16c183aeabf98afb9 /src/nix-env/profiles.cc
parenta04a5de8f70e5c34be0f0f7ea3c6f2cd50d56982 (diff)
* Refactoring. Hope this doesn't break the semantics of `-u' ;-)
Diffstat (limited to 'src/nix-env/profiles.cc')
-rw-r--r--src/nix-env/profiles.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-env/profiles.cc b/src/nix-env/profiles.cc
index 52144eb2f6..1039634d60 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. */