Skip to content

Commit 4d64a47

Browse files
committed
[libc++][NFC] Remove <__memory>
The header is unused now, so we can remove it.
1 parent 2acf302 commit 4d64a47

File tree

3 files changed

+0
-99
lines changed

3 files changed

+0
-99
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,6 @@ set(files
914914
execution
915915
expected
916916
experimental/__config
917-
experimental/__memory
918917
experimental/__simd/aligned_tag.h
919918
experimental/__simd/declaration.h
920919
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -556,10 +556,6 @@ module std_experimental [system] {
556556
export *
557557
}
558558
// FIXME these should be private
559-
module __memory {
560-
header "experimental/__memory"
561-
export *
562-
}
563559
}
564560

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

0 commit comments

Comments
 (0)