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

Cut dead reference to executorLock_ in Futures test

Summary: [Folly] Cut dead reference to `executorLock_` in Futures test - this field was recently removed.

Reviewed By: LeeHowes

Differential Revision: D7725446

fbshipit-source-id: a522b66da77bbefeb69970bee20feea46dcc72a5
parent 9232fb7a
......@@ -32,7 +32,6 @@ TEST(Core, size) {
std::atomic<bool> active_;
std::atomic<bool> interruptHandlerSet_;
folly::MicroSpinLock interruptLock_;
folly::MicroSpinLock executorLock_;
int8_t priority_;
Executor* executor_;
std::shared_ptr<RequestContext> context_;
......
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