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

Cut unused FutureBase::setContext_ overload

Summary: [Folly] Cut unused `FutureBase::setContext_` overload taking `shared_ptr<RequestContext>`.

Reviewed By: mhorowitz

Differential Revision: D15073509

fbshipit-source-id: a8a9d37e3420168e63692ba77063452849355361
parent caa3c6ee
...@@ -260,9 +260,6 @@ class FutureBase { ...@@ -260,9 +260,6 @@ class FutureBase {
template <class F> template <class F>
void setCallback_(F&& func); void setCallback_(F&& func);
template <class F>
void setCallback_(F&& func, std::shared_ptr<folly::RequestContext> context);
/// Provides a threadsafe back-channel so the consumer's thread can send an /// Provides a threadsafe back-channel so the consumer's thread can send an
/// interrupt-object to the producer's thread. /// interrupt-object to the producer's thread.
/// ///
......
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