Commit d3b0af5
authored
Remove non-functional
A while back I implemented `swt_getWASIVersion()` to speculatively
return the value of `WASI_SDK_VERSION` as defined by WASI, but that
never landed and the [GitHub
issue](WebAssembly/wasi-libc#490) for it was
closed. Remove the inoperative helper function here.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.swt_getWASIVersion(). (#1398)1 parent db33906 commit d3b0af5
File tree
2 files changed
+2
-21
lines changed- Sources
- Testing/Support
- _TestingInternals/include
2 files changed
+2
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
| 92 | + | |
| 93 | + | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 56 | | |
75 | 57 | | |
76 | 58 | | |
0 commit comments