File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,6 @@ module;
68
68
# if __has_include(<rcu>)
69
69
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
70
70
# endif // __has_include(<rcu>)
71
- # if __has_include(<spanstream>)
72
- # error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
73
- # endif // __has_include(<spanstream>)
74
71
# if __has_include(<stacktrace>)
75
72
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
76
73
# endif // __has_include(<stacktrace>)
Original file line number Diff line number Diff line change @@ -181,9 +181,6 @@ module;
181
181
# if __has_include(<rcu>)
182
182
# error "please update the header information for <rcu> in headers_not_available in utils/libcxx/header_information.py"
183
183
# endif // __has_include(<rcu>)
184
- # if __has_include(<spanstream>)
185
- # error "please update the header information for <spanstream> in headers_not_available in utils/libcxx/header_information.py"
186
- # endif // __has_include(<spanstream>)
187
184
# if __has_include(<stacktrace>)
188
185
# error "please update the header information for <stacktrace> in headers_not_available in utils/libcxx/header_information.py"
189
186
# endif // __has_include(<stacktrace>)
Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ def __hash__(self) -> int:
169
169
"inplace_vector" ,
170
170
"linalg" ,
171
171
"rcu" ,
172
- "spanstream" ,
173
172
"stacktrace" ,
174
173
"stdfloat" ,
175
174
"text_encoding" ,
You can’t perform that action at this time.
0 commit comments