Fix folly lint errors
[folly.git] / folly / docs / ThreadLocal.md
index 1c185fba6e3be37ad4d9ca28fd114370ee4ea1f3..65634a3b9db17675f378a40f742e5dea7fa52a73 100644 (file)
@@ -103,4 +103,3 @@ require a global mutex, but only happen at construction and destruction time.
 We use a single global `pthread_key_t` per `Tag` to manage object destruction
 and memory cleanup upon thread exit because there is a finite number of
 `pthread_key_t`'s available per machine.
-