From 21851d2b4504c086df5aced9edded65e40d3b7c1 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 19 Aug 2015 03:48:08 +0000 Subject: Remove commented out TODOs. They defined unneeded methods. llvm-svn: 245411 --- libcxx/src/any.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcxx/src/any.cpp') 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"; } -- cgit v1.2.3