Move empty list constant

This commit is contained in:
Eelco Dolstra 2024-01-03 10:23:27 +01:00
parent 3f796514b3
commit 484881f302

View file

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