Commit c3cb8f09 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Cut extra return in Core::doCallback

Summary: [Folly] Cut extra `return` statement in `Core<T>::doCallback`.

Reviewed By: Orvid

Differential Revision: D15527963

fbshipit-source-id: 9396f9ac2b246676b33d13c87e24dd42198a11ec
parent 8e6901ad
......@@ -650,7 +650,6 @@ class Core final {
};
RequestContextScopeGuard rctx(std::move(context_));
callback_(executor_.copy(), std::move(result_));
return;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment