Commit 5b4252a
authored
[cxx-interop] Remove code from SwiftifyImport that drops _const-suffix (#79756)
This was introduced in 1405520 in an
attempt to be accommodate existing interfaces with the _const scheme,
but we shouldn't need to support such textual interfaces anyway since
the _const suffix only appears in C++ code (which shouldn't be part of
a resilient interface).
For newly generated interfaces, dropQualifierSuffix doesn't do anything
since the code that generates the suffix is now gone.
rdar://1437699011 parent 4a646b4 commit 5b4252a
1 file changed
+1
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 222 | | |
237 | 223 | | |
238 | 224 | | |
239 | 225 | | |
240 | 226 | | |
241 | 227 | | |
242 | | - | |
| 228 | + | |
243 | 229 | | |
244 | 230 | | |
245 | 231 | | |
| |||
0 commit comments