Remove unused variable

This commit is contained in:
Jason Turner
2010-11-15 00:01:33 +00:00
parent 97081b1f33
commit 3aee589274

View File

@@ -453,7 +453,6 @@ namespace chaiscript
}
std::string fun_name;
std::vector<std::pair<std::string, Proxy_Function > > funs;
if ((this->children[i]->identifier == AST_Node_Type::Fun_Call) || (this->children[i]->identifier == AST_Node_Type::Array_Call)) {
fun_name = this->children[i]->children[0]->text;
}