[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY

This has been unused since r282644.

llvm-svn: 307965
This commit is contained in:
Shoaib Meenai 2017-07-13 21:28:17 +00:00
parent d23f2a8ad5
commit c44edbcc94
1 changed files with 0 additions and 5 deletions

View File

@ -625,7 +625,6 @@ namespace std {
#define _LIBCPP_HIDDEN
#define _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS
#define _LIBCPP_TEMPLATE_VIS
#define _LIBCPP_FUNC_VIS_ONLY
#define _LIBCPP_ENUM_VIS
#if defined(_LIBCPP_COMPILER_MSVC)
@ -684,10 +683,6 @@ namespace std {
# endif
#endif
#ifndef _LIBCPP_FUNC_VIS_ONLY
# define _LIBCPP_FUNC_VIS_ONLY _LIBCPP_FUNC_VIS
#endif
#ifndef _LIBCPP_EXTERN_VIS
# define _LIBCPP_EXTERN_VIS
#endif