mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* Remove allocValues().
This commit is contained in:
parent
4dee289550
commit
3f66cfb96b
4 changed files with 14 additions and 36 deletions
|
@ -290,7 +290,6 @@ public:
|
|||
|
||||
/* Allocation primitives. */
|
||||
Value * allocValue();
|
||||
Value * allocValues(unsigned int count);
|
||||
Env & allocEnv(unsigned int size);
|
||||
|
||||
Value * allocAttr(Value & vAttrs, const Symbol & name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue