Skip to content

Commit

Permalink
Delete that
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 9, 2024
1 parent d9e4db9 commit f2bd3e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/public/js/transports.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ function setLibcurlTransport() {
BareMux.SetTransport('CurlMod.LibcurlClient', { wisp: localStorage.getItem('wispUrl') || wispUrl, wasm: '/libcurl.wasm' })
}

function destroyLibcurlTransport() {
//remove all wasm modules

for (let i = 0; i < WebAssembly.Module.length; i++) {
WebAssembly.Module[i].dispose();
}
}

function setDefaultTransport() {
if (!localStorage.getItem('transports')) {
Expand Down

0 comments on commit f2bd3e9

Please sign in to comment.