Commit 73ebb91
authored
Remove redundant check for SUPPORT_BASE64_EMBEDDING in getWasmBinary. NFC (#23491)
This block of code is withing `!SINGLE_FILE` but
`SUPPORT_BASE64_EMBEDDING` is only ever defined when `SINGLE_FILE` is
enabled.
In the past I think `SUPPORT_BASE64_EMBEDDING` may have been defined
under more circumstances?
The codesize changes are just white-space only changes in the
un-optimized output.1 parent 6870ed4 commit 73ebb91
File tree
4 files changed
+4
-8
lines changed- src
- test/other
4 files changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | | - | |
634 | | - | |
| 630 | + | |
635 | 631 | | |
636 | 632 | | |
637 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments