projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c03fe9
)
remove fireAndForget
author
Hans Fugal
<fugalh@fb.com>
Mon, 20 Oct 2014 19:10:53 +0000
(12:10 -0700)
committer
dcsommer
<dcsommer@fb.com>
Wed, 29 Oct 2014 23:02:48 +0000
(16:02 -0700)
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
folly/wangle/Later.h
patch
|
blob
|
history
diff --git
a/folly/wangle/Later.h
b/folly/wangle/Later.h
index 228e9737308c69d1d1e6ee285e2f9a1c580350d6..94f2883c75d34a77a6e72427a0f5418f6eeb82f4 100644
(file)
--- a/
folly/wangle/Later.h
+++ b/
folly/wangle/Later.h
@@
-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_;