aboutsummaryrefslogtreecommitdiff
path: root/include/experimental/any
diff options
context:
space:
mode:
Diffstat (limited to 'include/experimental/any')
-rw-r--r--include/experimental/any21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/experimental/any b/include/experimental/any
deleted file mode 100644
index d9c95342589f..000000000000
--- a/include/experimental/any
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- C++ -*-
-//===------------------------------- any ----------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-#ifndef _LIBCPP_EXPERIMENTAL_ANY
-#define _LIBCPP_EXPERIMENTAL_ANY
-
-#include <__config>
-
-#ifdef _LIBCPP_WARNING
-_LIBCPP_WARNING("<experimental/any> has been removed. Use <any> instead.")
-#else
-# warning "<experimental/any> has been removed. Use <any> instead."
-#endif
-
-#endif // _LIBCPP_EXPERIMENTAL_ANY