about summary refs log tree commit diff
path: root/src/libexpr/eval.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-10-23T18·18+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-10-23T18·18+0000
commit3f66cfb96b6f4bbddc8bf3b15e364fd522e028bc (patch)
treee2a769029fbbcaced52630fb6f9432218418d9c4 /src/libexpr/eval.hh
parent4dee289550d11950d6d17482484061a4792b2eef (diff)
* Remove allocValues().
Diffstat (limited to 'src/libexpr/eval.hh')
-rw-r--r--src/libexpr/eval.hh1
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);