Commit b727acf4 authored by Louis Brandy's avatar Louis Brandy Committed by Facebook Github Bot

call static function directly

Summary: This code looks really weird and is otherwise confusing.

Reviewed By: andriigrynenko

Differential Revision: D4730812

fbshipit-source-id: d9f4e73145e81f085ce959a76cdb568d3ae4eb52
parent f244bdc6
......@@ -138,7 +138,7 @@ namespace folly {
}
};
std::priority_queue<ScheduledFunc> scheduledFuncs_;
TimePoint now_ = now_.min();
TimePoint now_ = TimePoint::min();
};
}
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