File tree Expand file tree Collapse file tree 4 files changed +0
-44
lines changed Expand file tree Collapse file tree 4 files changed +0
-44
lines changed Original file line number Diff line number Diff line change @@ -731,7 +731,6 @@ set(files
731
731
__stacktrace/base.h
732
732
__stacktrace/basic.h
733
733
__stacktrace/entry.h
734
- __stacktrace/format.h
735
734
__stacktrace/hash.h
736
735
__stacktrace/nonmem.h
737
736
__stacktrace/to_string.h
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1990,7 +1990,6 @@ module std [system] {
1990
1990
module base { header "__stacktrace/base.h" }
1991
1991
module basic { header "__stacktrace/basic.h" }
1992
1992
module entry { header "__stacktrace/entry.h" }
1993
- module format { header "__stacktrace/format.h" }
1994
1993
module hash { header "__stacktrace/hash.h" }
1995
1994
module nonmem { header "__stacktrace/nonmem.h" }
1996
1995
module to_string { header "__stacktrace/to_string.h" }
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ _LIBCPP_PUSH_MACROS
180
180
# include < __stacktrace/base.h>
181
181
# include < __stacktrace/basic.h>
182
182
# include < __stacktrace/entry.h>
183
- # include < __stacktrace/format.h>
184
183
# include < __stacktrace/hash.h>
185
184
# include < __stacktrace/nonmem.h>
186
185
# include < __stacktrace/to_string.h>
You can’t perform that action at this time.
0 commit comments