diff options
Diffstat (limited to 'libcxx/src/memory.cpp')
-rw-r--r-- | libcxx/src/memory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcxx/src/memory.cpp b/libcxx/src/memory.cpp index 2caa12b3a99..9918531acc0 100644 --- a/libcxx/src/memory.cpp +++ b/libcxx/src/memory.cpp @@ -30,7 +30,6 @@ decrement(T& t) } // namespace - const allocator_arg_t allocator_arg = allocator_arg_t(); bad_weak_ptr::~bad_weak_ptr() throw() {} @@ -115,7 +114,7 @@ __shared_weak_count::__get_deleter(const type_info&) const return 0; } -#endif +#endif // _LIBCPP_NO_RTTI void declare_reachable(void*) |