Commit 9c76574
authored
Remove dead code from src/deterministic.js. NFC (#26618)
The `hashMemory` function was added back 2013 (156fe33) but has never
had any testing of documenation.
The `hashString` function was added in 2015 (e1344f0) also without any
testing of example uses.
I'm hoping to simply remove the `-sDETERMINISTIC` setting, but as part
of that I'm first trying to strip it down to whats actually used/tested.1 parent 9a23e37 commit 9c76574
2 files changed
Lines changed: 3 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1286 | 1286 | | |
1287 | 1287 | | |
1288 | 1288 | | |
1289 | | - | |
1290 | | - | |
| 1289 | + | |
1291 | 1290 | | |
1292 | 1291 | | |
1293 | 1292 | | |
| |||
0 commit comments