Commit d00b135
committed
Remove unnecessary typedefs from UDL file
With the migration to UniFFI proc-macro exports, many typedefs in the
UDL file are no longer needed as their types are only referenced by
other proc-macro-defined types. Remove 30 non-custom typedefs that
are not directly referenced by any fully UDL-defined type (interfaces,
traits, remote types, or namespace functions).
Note: `[Custom]` typedefs must be retained as the binding generator
needs them regardless of whether the type appears in UDL signatures.
Generated with the assistance of an AI coding tool.
Co-Authored-By: HAL 90001 parent 18699d3 commit d00b135
1 file changed
+0
-59
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 8 | | |
15 | 9 | | |
16 | 10 | | |
17 | 11 | | |
18 | | - | |
19 | | - | |
20 | 12 | | |
21 | 13 | | |
22 | | - | |
23 | | - | |
24 | 14 | | |
25 | 15 | | |
26 | 16 | | |
| |||
136 | 126 | | |
137 | 127 | | |
138 | 128 | | |
139 | | - | |
140 | | - | |
141 | 129 | | |
142 | 130 | | |
143 | 131 | | |
| |||
254 | 242 | | |
255 | 243 | | |
256 | 244 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | 245 | | |
270 | 246 | | |
271 | 247 | | |
| |||
276 | 252 | | |
277 | 253 | | |
278 | 254 | | |
279 | | - | |
280 | | - | |
281 | 255 | | |
282 | 256 | | |
283 | 257 | | |
| |||
299 | 273 | | |
300 | 274 | | |
301 | 275 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 276 | | |
307 | 277 | | |
308 | 278 | | |
| |||
335 | 305 | | |
336 | 306 | | |
337 | 307 | | |
338 | | - | |
339 | | - | |
340 | 308 | | |
341 | 309 | | |
342 | 310 | | |
| |||
345 | 313 | | |
346 | 314 | | |
347 | 315 | | |
348 | | - | |
349 | | - | |
350 | 316 | | |
351 | 317 | | |
352 | 318 | | |
353 | 319 | | |
354 | | - | |
355 | | - | |
356 | 320 | | |
357 | 321 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | 322 | | |
363 | 323 | | |
364 | 324 | | |
365 | 325 | | |
366 | 326 | | |
367 | 327 | | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 328 | | |
373 | 329 | | |
374 | 330 | | |
| |||
380 | 336 | | |
381 | 337 | | |
382 | 338 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | 339 | | |
398 | 340 | | |
399 | 341 | | |
| |||
451 | 393 | | |
452 | 394 | | |
453 | 395 | | |
454 | | - | |
455 | 396 | | |
0 commit comments