Commit 1807488d authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Kill a dead constant in EventBase

Summary: It's only accessible within EventBase, and is never used.

Reviewed By: yfeldblum

Differential Revision: D4375541

fbshipit-source-id: a0c6d86a2b1968c37c67303c8411a23ed936d9d5
parent b97b7d79
......@@ -719,10 +719,6 @@ class EventBase : private boost::noncopyable,
// be supported: avg loop time, observer and max latency.
const bool enableTimeMeasurement_;
// we'll wait this long before running deferred callbacks if the event
// loop is idle.
static const int kDEFAULT_IDLE_WAIT_USEC = 20000; // 20ms
// Wrap-around loop counter to detect beginning of each loop
uint64_t nextLoopCnt_;
uint64_t latestLoopCnt_;
......
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