This commit is contained in:
Eelco Dolstra 2007-01-29 15:55:49 +00:00
parent b618fa6eb6
commit f52de527c7
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ Path makeStorePath(const string & type,
string s = type + ":sha256:" + printHash(hash) + ":"
+ nixStore + ":" + suffix;
printMsg(lvlError, s);
checkStoreName(suffix);
return nixStore + "/"