libfolly: Update to 2019.09.22.00

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from d28d9aa4dc)
This commit is contained in:
Rosen Penev
2019-08-11 19:30:43 -07:00
parent a0d4cc9170
commit db0248cf67
3 changed files with 30 additions and 25 deletions
@@ -29,7 +29,7 @@ Index: folly-2019.05.06.00/CMakeLists.txt
"Benchmark.cpp$"
"Test.cpp$"
)
@@ -169,7 +171,7 @@ list(APPEND hfiles
@@ -172,7 +174,7 @@ list(APPEND hfiles
if (NOT FOLLY_USE_SYMBOLIZER)
REMOVE_MATCHES_FROM_LISTS(files hfiles
MATCHES
@@ -1,8 +1,6 @@
Index: folly-2019.05.06.00/folly/stats/detail/BufferedStat-defs.h
===================================================================
--- folly-2019.05.06.00.orig/folly/stats/detail/BufferedStat-defs.h
+++ folly-2019.05.06.00/folly/stats/detail/BufferedStat-defs.h
@@ -74,7 +74,6 @@ void BufferedStat<DigestT, ClockT>::doUp
--- a/folly/stats/detail/BufferedStat-inl.h
+++ b/folly/stats/detail/BufferedStat-inl.h
@@ -69,7 +69,6 @@ void BufferedStat<DigestT, ClockT>::doUpdate(
TimePoint now,
const std::unique_lock<SharedMutex>& g,
UpdateMode updateMode) {