1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Remove unused variable

This commit is contained in:
Eelco Dolstra 2025-02-20 01:09:18 +01:00
parent 8dc2b2715b
commit ec7dc56f4e

View file

@ -2478,8 +2478,6 @@ static void addPath(
const NixStringContext & context)
{
try {
StorePathSet refs;
if (path.accessor == state.rootFS && state.store->isInStore(path.path.abs())) {
// FIXME: handle CA derivation outputs (where path needs to
// be rewritten to the actual output).