summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcxx/src/utility.cpp')
-rw-r--r--lib/libcxx/src/utility.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/libcxx/src/utility.cpp b/lib/libcxx/src/utility.cpp
deleted file mode 100644
index 7dccffb73e5..00000000000
--- a/lib/libcxx/src/utility.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-//===------------------------ utility.cpp ---------------------------------===//
-//
-// 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.
-//
-//===----------------------------------------------------------------------===//
-
-#include "utility"
-
-_LIBCPP_BEGIN_NAMESPACE_STD
-
-const piecewise_construct_t piecewise_construct = {};
-
-_LIBCPP_END_NAMESPACE_STD