Commit d04f14a
authored
Remove unnecessary functions from jsmath.c. NFC (#23143)
See the comments at the top of `emscripten/js_math.h` for why JS
versions of these functions are not needed.
As a followup I plan to map `jsmath.c` functions to `em_math.h`
functions instead of using EM_JS here.
See #192841 parent 3b8d3fa commit d04f14a
2 files changed
+1
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
55 | 52 | | |
56 | 53 | | |
57 | 54 | | |
58 | | - | |
59 | | - | |
60 | | - | |
0 commit comments