Fix SingletonThreadLocal use from headers
Summary: [Folly] Fix `SingletonThreadLocal` use from headers included by separate dynamically-loaded modules. There is no need in `SingletonThreadLocal` specifically to check for double-registration and `SingletonThreadLocal` does not support mocks, so `LeakySingleton` may be bypassed entirely. Reviewed By: djwatson Differential Revision: D7283390 fbshipit-source-id: 45295c4dab233b9373ed32a47d4c80832b0f9eff
Showing
Please register or sign in to comment