Skip to content

Commit

Permalink
remove unneeded assertion. fixes issue 28
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jun 25, 2011
1 parent 0f98e0f commit 009dc48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jsifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,6 @@ function JSify(data, functionsOnly, givenFunctions, givenGlobalVariables) {
first = false;
});
}
if (ASSERTIONS) {
ret += indent + multipleIdent + 'else { throw "Bad multiple branching: " + __label__ + " : " + (new Error().stack); }\n';
}
if (!block.loopless) {
ret += indent + '} while(0);\n';
}
Expand Down

0 comments on commit 009dc48

Please sign in to comment.