Skip to content

Commit ecb5a1b

Browse files
authored
[libc++][NFC] Remove <experimental/__memory> (#80194)
The header is unused now, so we can remove it.
1 parent de1ea78 commit ecb5a1b

File tree

3 files changed

+0
-100
lines changed

3 files changed

+0
-100
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,6 @@ set(files
918918
execution
919919
expected
920920
experimental/__config
921-
experimental/__memory
922921
experimental/__simd/aligned_tag.h
923922
experimental/__simd/declaration.h
924923
experimental/__simd/reference.h

libcxx/include/experimental/__memory

Lines changed: 0 additions & 94 deletions
This file was deleted.

libcxx/include/module.modulemap.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -555,11 +555,6 @@ module std_experimental [system] {
555555
textual header "experimental/__config"
556556
export *
557557
}
558-
// FIXME these should be private
559-
module __memory {
560-
header "experimental/__memory"
561-
export *
562-
}
563558
}
564559

565560
// Convenience method to get all of the above modules in a single import statement.

0 commit comments

Comments
 (0)