Skip to content

Commit 009dc48

Browse files
committed
remove unneeded assertion. fixes issue 28
1 parent 0f98e0f commit 009dc48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/jsifier.js

-3
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@ function JSify(data, functionsOnly, givenFunctions, givenGlobalVariables) {
401401
first = false;
402402
});
403403
}
404-
if (ASSERTIONS) {
405-
ret += indent + multipleIdent + 'else { throw "Bad multiple branching: " + __label__ + " : " + (new Error().stack); }\n';
406-
}
407404
if (!block.loopless) {
408405
ret += indent + '} while(0);\n';
409406
}

0 commit comments

Comments
 (0)