summaryrefslogtreecommitdiff
path: root/contrib/libc++/src/variant.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libc++/src/variant.cpp')
-rw-r--r--contrib/libc++/src/variant.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/contrib/libc++/src/variant.cpp b/contrib/libc++/src/variant.cpp
deleted file mode 100644
index 1fe70a1809c9..000000000000
--- a/contrib/libc++/src/variant.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-//===------------------------ variant.cpp ---------------------------------===//
-//
-// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
-// See https://llvm.org/LICENSE.txt for license information.
-// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
-//
-//===----------------------------------------------------------------------===//
-
-#include "variant"
-
-namespace std {
-
-const char* bad_variant_access::what() const noexcept {
- return "bad_variant_access";
-}
-
-} // namespace std