summaryrefslogtreecommitdiffstats
path: root/libcxx/src/any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/any.cpp')
-rw-r--r--libcxx/src/any.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/src/any.cpp b/libcxx/src/any.cpp
index 8c3e9778146..f7768457890 100644
--- a/libcxx/src/any.cpp
+++ b/libcxx/src/any.cpp
@@ -11,10 +11,6 @@
_LIBCPP_BEGIN_NAMESPACE_LFTS
-// TODO(EricWF) Enable or delete these
-//bad_any_cast::bad_any_cast() _NOEXCEPT {}
-//bad_any_cast::~bad_any_cast() _NOEXCEPT {}
-
const char* bad_any_cast::what() const _NOEXCEPT {
return "bad any cast";
}
OpenPOWER on IntegriCloud