Remove duplicate inline
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 25 Aug 2016 15:56:55 +0000 (15:56 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 25 Aug 2016 15:56:55 +0000 (15:56 +0000)
llvm-svn: 279746

libcxx/include/experimental/any

index 140d212..9ecafad 100644 (file)
@@ -98,7 +98,7 @@ public:
 #if _LIBCPP_STD_VER > 11                                            // C++ > 11
 
 _LIBCPP_NORETURN inline _LIBCPP_ALWAYS_INLINE
-inline void __throw_bad_any_cast()
+void __throw_bad_any_cast()
 {
 #ifndef _LIBCPP_NO_EXCEPTIONS
     throw bad_any_cast();