| 10397 | } |
| 10398 | |
| 10399 | void ThreadLocalRegistry::OnThreadLocalDestroyed( |
| 10400 | const ThreadLocalBase* thread_local_instance) { |
| 10401 | ThreadLocalRegistryImpl::OnThreadLocalDestroyed(thread_local_instance); |
| 10402 | } |
| 10403 | |
| 10404 | #endif // GTEST_IS_THREADSAFE && GTEST_OS_WINDOWS |
| 10405 |
nothing calls this directly
no outgoing calls
no test coverage detected