summaryrefslogtreecommitdiffstats
path: root/libcxx/include/module.modulemap
diff options
context:
space:
mode:
authorMarshall Clow <mclow.lists@gmail.com>2018-02-01 14:54:25 +0000
committerMarshall Clow <mclow.lists@gmail.com>2018-02-01 14:54:25 +0000
commit040533215adb65f20380f6e94dc03acf25c60371 (patch)
tree472e1c0cb077e8c1608a14d43b351cd94490b774 /libcxx/include/module.modulemap
parentafc7c63bc2beb6fa9c0366bbb1664fdc39222c5f (diff)
downloadbcm5719-llvm-040533215adb65f20380f6e94dc03acf25c60371.tar.gz
bcm5719-llvm-040533215adb65f20380f6e94dc03acf25c60371.zip
Remove <experimental/optional>; use <optional> instead. See https://libcxx.llvm.org/TS_deprecation.html
llvm-svn: 323971
Diffstat (limited to 'libcxx/include/module.modulemap')
-rw-r--r--libcxx/include/module.modulemap4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index 3194b5c9f2a..de1d507bfa9 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -546,10 +546,6 @@ module std [system] {
header "experimental/numeric"
export *
}
- module optional {
- header "experimental/optional"
- export *
- }
module propagate_const {
header "experimental/propagate_const"
export *
OpenPOWER on IntegriCloud