diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-23T18·18+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-10-23T18·18+0000 |
commit | 3f66cfb96b6f4bbddc8bf3b15e364fd522e028bc (patch) | |
tree | e2a769029fbbcaced52630fb6f9432218418d9c4 /src/libexpr/eval.hh | |
parent | 4dee289550d11950d6d17482484061a4792b2eef (diff) |
* Remove allocValues().
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r-- | src/libexpr/eval.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libexpr/eval.hh b/src/libexpr/eval.hh index b6ec927f01fa..5f5966930f0e 100644 --- a/src/libexpr/eval.hh +++ b/src/libexpr/eval.hh @@ -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); |