Skip to content

Commit f2bd3e9

Browse files
Delete that
1 parent d9e4db9 commit f2bd3e9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/public/js/transports.js

-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ function setLibcurlTransport() {
3232
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: '/libcurl.wasm' })
3333
}
3434

35-
function destroyLibcurlTransport() {
36-
//remove all wasm modules
37-
38-
for (let i = 0; i < WebAssembly.Module.length; i++) {
39-
WebAssembly.Module[i].dispose();
40-
}
41-
}
4235

4336
function setDefaultTransport() {
4437
if (!localStorage.getItem('transports')) {

0 commit comments

Comments
 (0)