Remove addPathToAccessor
This commit is contained in:
@@ -117,10 +117,7 @@ Paths Store::importPaths(Source & source, std::shared_ptr<FSAccessor> accessor,
|
||||
if (readInt(source) == 1)
|
||||
readString(source);
|
||||
|
||||
addToStore(info, tee.data, false, dontCheckSigs);
|
||||
|
||||
if (accessor)
|
||||
addPathToAccessor(ref<FSAccessor>(accessor), info.path, tee.data);
|
||||
addToStore(info, tee.data, false, dontCheckSigs, accessor);
|
||||
|
||||
res.push_back(info.path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user