Skip to content

Commit 06e02d2

Browse files
authored
remove noop leftover (#25084)
this line does nothing useful
1 parent 29f8535 commit 06e02d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/libwasmfs_fetch.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ addToLibrary({
5959
throw wholeFileReq;
6060
}
6161
var wholeFileData = new Uint8Array(await wholeFileReq.arrayBuffer());
62-
var text = new TextDecoder().decode(wholeFileData);
6362
wasmFS$JSMemoryRanges[file] = {
6463
size: wholeFileData.byteLength,
6564
chunks: [wholeFileData],

0 commit comments

Comments
 (0)