mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Remove unused variable
This commit is contained in:
parent
8dc2b2715b
commit
ec7dc56f4e
1 changed files with 0 additions and 2 deletions
|
@ -2478,8 +2478,6 @@ static void addPath(
|
||||||
const NixStringContext & context)
|
const NixStringContext & context)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
StorePathSet refs;
|
|
||||||
|
|
||||||
if (path.accessor == state.rootFS && state.store->isInStore(path.path.abs())) {
|
if (path.accessor == state.rootFS && state.store->isInStore(path.path.abs())) {
|
||||||
// FIXME: handle CA derivation outputs (where path needs to
|
// FIXME: handle CA derivation outputs (where path needs to
|
||||||
// be rewritten to the actual output).
|
// be rewritten to the actual output).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue