Minor cleanup releated to attribute fix

This commit is contained in:
Jason Turner
2012-01-30 08:55:12 -07:00
parent 1186926f30
commit b0953fb466
2 changed files with 0 additions and 17 deletions

View File

@@ -1158,9 +1158,6 @@ namespace chaiscript
)
), this->children[1]->text);
// t_ss.add(fun(boost::function<Boxed_Value (dispatch::Dynamic_Object &)>(boost::bind(&dispatch::detail::Dynamic_Object_Attribute::func, this->children[0]->text,
// this->children[1]->text, _1))), this->children[1]->text);
}
catch (const exception::reserved_word_error &) {
throw exception::eval_error("Reserved word used as attribute '" + this->children[1]->text + "'");