From: Hans Fugal Date: Wed, 4 Feb 2015 20:54:10 +0000 (-0800) Subject: Fix another comment X-Git-Tag: v0.25.0~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=eaed836c67e85c52837c9b78411db8c80228ce43;p=folly.git Fix another comment Summary: I don't know what this paragraph is even saying. It looks like copypasta Test Plan: still compiles or my uncle is a monkey Reviewed By: davejwatson@fb.com Subscribers: trunkagent, exa, folly-diffs@, jsedgwick, yfeldblum FB internal diff: D1819905 Tasks: 5705286 Signature: t1:1819905:1423074021:a095fe2a17d5698678a527b60c9384625df869fd --- diff --git a/folly/futures/Future.h b/folly/futures/Future.h index 1ad11e5f..3751b8a9 100644 --- a/folly/futures/Future.h +++ b/folly/futures/Future.h @@ -199,10 +199,6 @@ class Future { /** Return the reference to result. Should not be called if !isReady(). Will rethrow the exception if an exception has been captured. - - This function is not thread safe - the returned Future can only - be executed from the thread that the executor runs it in. - See below for a thread safe version */ typename std::add_lvalue_reference::type value();