mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Move empty list constant
This commit is contained in:
parent
3f796514b3
commit
484881f302
1 changed files with 5 additions and 3 deletions
|
@ -218,6 +218,11 @@ public:
|
||||||
|
|
||||||
Bindings emptyBindings;
|
Bindings emptyBindings;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Empty list constant.
|
||||||
|
*/
|
||||||
|
Value vEmptyList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The accessor for the root filesystem.
|
* The accessor for the root filesystem.
|
||||||
*/
|
*/
|
||||||
|
@ -305,9 +310,6 @@ public:
|
||||||
return *errorBuilder;
|
return *errorBuilder;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Empty list constant. */
|
|
||||||
Value vEmptyList;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
/* Cache for calls to addToStore(); maps source paths to the store
|
/* Cache for calls to addToStore(); maps source paths to the store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue