mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +08:00
Remove unused variable
This commit is contained in:
parent
97081b1f33
commit
3aee589274
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user