From ec7dc56f4edd8ec99ac87e76f2cd0819f13631f2 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 20 Feb 2025 01:09:18 +0100 Subject: [PATCH] Remove unused variable --- src/libexpr/primops.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 87f7eeb18..7c9ce7104 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -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).