Skip to content

Commit 5c4a24f

Browse files
authored
parseTools.js: Remove used checkSafeHeap. NFC (#17038)
1 parent 7e7fe9b commit 5c4a24f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/parseTools.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,6 @@ function indentify(text, indent) {
277277

278278
// Correction tools
279279

280-
function checkSafeHeap() {
281-
return SAFE_HEAP === 1;
282-
}
283-
284280
function getHeapOffset(offset, type) {
285281
if (!WASM_BIGINT && Runtime.getNativeFieldSize(type) > 4 && type == 'i64') {
286282
// we emulate 64-bit integer values as 32 in asmjs-unknown-emscripten, but not double

0 commit comments

Comments
 (0)