Remove Boxed_Value dependencies, they are not a solution

This commit is contained in:
Jason Turner
2012-05-21 08:18:33 -06:00
parent 654f7e6b01
commit ef46d1bf60
3 changed files with 0 additions and 23 deletions

View File

@@ -74,7 +74,6 @@ namespace chaiscript
Boxed_Value operator()(const std::vector<Boxed_Value> &params) const
{
Boxed_Value bv = do_call(params);
bv.add_dependencies(params.begin(), params.end());
return bv;
}