Commit 410194d1 authored by Hans Fugal's avatar Hans Fugal Committed by dcsommer

remove fireAndForget

Summary: It was deprecated, now is unused.

Test Plan:
fbgs
check contbuild

Reviewed By: hannesr@fb.com

Subscribers: trunkagent, net-systems@, fugalh, exa, njormrod, folly-diffs@

FB internal diff: D1624221
parent 6c03fe98
......@@ -210,11 +210,6 @@ class Later {
*/
Future<T> launch();
/*
* Deprecated. Use launch()
*/
void fireAndForget() __attribute__ ((__deprecated__)) { launch(); }
private:
Promise<void> starter_;
folly::Optional<Future<T>> future_;
......
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