[libcxx] r307965 - [libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY
Shoaib Meenai via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 14:28:17 PDT 2017
Author: smeenai
Date: Thu Jul 13 14:28:17 2017
New Revision: 307965
URL: http://llvm.org/viewvc/llvm-project?rev=307965&view=rev
Log:
[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLY
This has been unused since r282644.
Modified:
libcxx/trunk/include/__config
Modified: libcxx/trunk/include/__config
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=307965&r1=307964&r2=307965&view=diff
==============================================================================
--- libcxx/trunk/include/__config (original)
+++ libcxx/trunk/include/__config Thu Jul 13 14:28:17 2017
@@ -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
More information about the cfe-commits
mailing list