mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06: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;
|
||||
|
||||
/**
|
||||
* Empty list constant.
|
||||
*/
|
||||
Value vEmptyList;
|
||||
|
||||
/**
|
||||
* The accessor for the root filesystem.
|
||||
*/
|
||||
|
@ -305,9 +310,6 @@ public:
|
|||
return *errorBuilder;
|
||||
}
|
||||
|
||||
/* Empty list constant. */
|
||||
Value vEmptyList;
|
||||
|
||||
private:
|
||||
|
||||
/* Cache for calls to addToStore(); maps source paths to the store
|
||||
|
|
Loading…
Reference in a new issue