summaryrefslogtreecommitdiff
path: root/src/expr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.cc')
-rw-r--r--src/expr.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/expr.cc b/src/expr.cc
index 985a53a..746c0e3 100644
--- a/src/expr.cc
+++ b/src/expr.cc
@@ -142,12 +142,6 @@ Value Expression::evaluate(const Context *context) const
}
if (this->type == "F") {
EvalContext c(context, this->call_arguments);
- // Value::VectorType argvalues;
- // std::transform(this->children.begin(), this->children.end(),
- // std::back_inserter(argvalues),
- // boost::bind(&Expression::evaluate, _1, context));
- // for (size_t i=0; i < this->children.size(); i++)
- // argvalues.push_back(this->children[i]->evaluate(context));
return context->evaluate_function(this->call_funcname, &c);
}
abort();
contact: Jan Huwald // Impressum