Move empty list constant

This commit is contained in:
Eelco Dolstra 2024-01-03 10:23:27 +01:00
parent 3f796514b3
commit 484881f302
1 changed files with 5 additions and 3 deletions

View File

@ -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