Revert "Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`"

While this change didn't really hurt, it does lead to spurious
warnings about not being able to override weak symbols if you end up
linking objects built with this change to ones built without it.
Furthermore, since __call_once_proxy is called indirectly anyway it
doesn't actually inline ever.

Longer term, it would probably make sense to give this symbol internal
visibility instead.

This reverts r291497

llvm-svn: 293581
This commit is contained in:
Justin Bogner 2017-01-31 01:26:09 +00:00
parent b6491cc854
commit 8335dd314f
1 changed files with 0 additions and 1 deletions

View File

@ -559,7 +559,6 @@ public:
#endif #endif
template <class _Fp> template <class _Fp>
inline _LIBCPP_INLINE_VISIBILITY
void void
__call_once_proxy(void* __vp) __call_once_proxy(void* __vp)
{ {