Code cleanup.

pull/3/head
yhirose 9 years ago
parent a7e2927efe
commit 23429486b1
  1. 3
      language/interpreter.cc

@ -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…
Cancel
Save