Skip to content

Commit b1f6f70

Browse files
remove placeholder header for formatter
1 parent 786afd1 commit b1f6f70

File tree

4 files changed

+0
-44
lines changed

4 files changed

+0
-44
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ set(files
731731
__stacktrace/base.h
732732
__stacktrace/basic.h
733733
__stacktrace/entry.h
734-
__stacktrace/format.h
735734
__stacktrace/hash.h
736735
__stacktrace/nonmem.h
737736
__stacktrace/to_string.h

libcxx/include/__stacktrace/format.h

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

libcxx/include/module.modulemap.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,6 @@ module std [system] {
19901990
module base { header "__stacktrace/base.h" }
19911991
module basic { header "__stacktrace/basic.h" }
19921992
module entry { header "__stacktrace/entry.h" }
1993-
module format { header "__stacktrace/format.h" }
19941993
module hash { header "__stacktrace/hash.h" }
19951994
module nonmem { header "__stacktrace/nonmem.h" }
19961995
module to_string { header "__stacktrace/to_string.h" }

libcxx/include/stacktrace

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ _LIBCPP_PUSH_MACROS
180180
# include <__stacktrace/base.h>
181181
# include <__stacktrace/basic.h>
182182
# include <__stacktrace/entry.h>
183-
# include <__stacktrace/format.h>
184183
# include <__stacktrace/hash.h>
185184
# include <__stacktrace/nonmem.h>
186185
# include <__stacktrace/to_string.h>

0 commit comments

Comments
 (0)