Fix another comment
[folly.git] / folly / futures / Future.h
index 1ad11e5f2442be222c3560a898c4419c9a46f35b..3751b8a90653c8f049278a83af259febb061ba78 100644 (file)
@@ -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<T>::type
   value();