diff options
| author | Shoaib Meenai <smeenai@fb.com> | 2017-07-13 21:28:17 +0000 |
|---|---|---|
| committer | Shoaib Meenai <smeenai@fb.com> | 2017-07-13 21:28:17 +0000 |
| commit | c44edbcc940a90a34a310bb16ac37191feae8eb8 (patch) | |
| tree | 8884e64b6545d468988da6b584d40ef95b062426 | |
| parent | d23f2a8ad5f4998760c718fa490a11bc8f8aa4ff (diff) | |
| download | bcm5719-llvm-c44edbcc940a90a34a310bb16ac37191feae8eb8.tar.gz bcm5719-llvm-c44edbcc940a90a34a310bb16ac37191feae8eb8.zip | |
[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY
This has been unused since r282644.
llvm-svn: 307965
| -rw-r--r-- | libcxx/include/__config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 003e1ea60c6..d86b9110789 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -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 |

