forked from lix-project/lix
Move empty list constant
This commit is contained in:
parent
3f796514b3
commit
484881f302
|
@ -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