summaryrefslogtreecommitdiff
path: root/include/__config
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-07-13 21:28:17 +0000
committerShoaib Meenai <smeenai@fb.com>2017-07-13 21:28:17 +0000
commit1beaa5accc989e49d50807c519ef29ebf2418f58 (patch)
tree95d911c135aff8f35bec67c0f0eb37e914463fa3 /include/__config
parenta3c3d5f6c1df3b999213c63de5c46ec364ffd89a (diff)
[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY
This has been unused since r282644. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@307965 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/__config')
-rw-r--r--include/__config5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/__config b/include/__config
index 003e1ea60..d86b91107 100644
--- a/include/__config
+++ b/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