Commit 74ea5388 authored by Michael Park's avatar Michael Park Committed by Facebook Github Bot

Removed outdated comment.

Summary: Got outdated in D3143931.

Reviewed By: yfeldblum

Differential Revision: D13494612

fbshipit-source-id: e24bfea36896ec04b15fa443348e00f50f75940d
parent 446a5a23
......@@ -671,8 +671,6 @@ class EventBase : private boost::noncopyable,
/// Implements the Executor interface
void add(Cob fn) override {
// runInEventBaseThread() takes a const&,
// so no point in doing std::move here.
runInEventBaseThread(std::move(fn));
}
......
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