Skip to content

Commit ec7dc56

Browse files
committed
Remove unused variable
1 parent 8dc2b27 commit ec7dc56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libexpr/primops.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,8 +2478,6 @@ static void addPath(
24782478
const NixStringContext & context)
24792479
{
24802480
try {
2481-
StorePathSet refs;
2482-
24832481
if (path.accessor == state.rootFS && state.store->isInStore(path.path.abs())) {
24842482
// FIXME: handle CA derivation outputs (where path needs to
24852483
// be rewritten to the actual output).

0 commit comments

Comments
 (0)