From eaed836c67e85c52837c9b78411db8c80228ce43 Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Wed, 4 Feb 2015 12:54:10 -0800 Subject: [PATCH] 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 --- folly/futures/Future.h | 4 ---- 1 file changed, 4 deletions(-) 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(); -- 2.34.1