Drop FOLLY_HAVE_STD_THIS_THREAD_SLEEP_FOR
authorChristopher Dykes <cdykes@fb.com>
Sun, 26 Feb 2017 19:13:26 +0000 (11:13 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 26 Feb 2017 19:20:27 +0000 (11:20 -0800)
commitba35fe5ddc1c75ad16195763ecf126eaa8a78f18
tree012f499c322e1467b1f77ed1e31c1607d9b31627
parent29deb3cf1ad48e5e3169bf67f9fa9b42cfed93d7
Drop FOLLY_HAVE_STD_THIS_THREAD_SLEEP_FOR

Summary: It was only needed for GCC 4.7 support. GCC 4.8 and above support it.

Reviewed By: yfeldblum

Differential Revision: D4616044

fbshipit-source-id: 177d7b3b7090134f9d8084a3ba7a984446c87d5e
folly/configure.ac
folly/test/ThreadLocalTest.cpp