mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-13 22:55:29 +00:00
Code cleanup.
This commit is contained in:
parent
a7e2927efe
commit
23429486b1
@ -86,8 +86,7 @@ private:
|
||||
params,
|
||||
[=](shared_ptr<Environment> callEnv) {
|
||||
callEnv->push_outer(env);
|
||||
auto ret = eval(*body, callEnv);
|
||||
return ret;
|
||||
return eval(*body, callEnv);
|
||||
}
|
||||
};
|
||||
return Value(f);
|
||||
|
Loading…
Reference in New Issue
Block a user