diff options
Diffstat (limited to 'src/store.cc')
-rw-r--r-- | src/store.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/store.cc b/src/store.cc index 2facb4cb1a20..9f8e76998285 100644 --- a/src/store.cc +++ b/src/store.cc @@ -260,7 +260,6 @@ void addToStore(string srcPath, string & dstPath, FSId & id, dstPath = canonPath(nixStore + "/" + (string) id + "-" + baseName); try { - /* !!! should not use the substitutes! */ dstPath = expandId(id, deterministicName ? dstPath : "", nixStore, FSIdSet(), true); return; |