aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-06-24 17:48:10 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-06-24 17:48:10 -0700
commit009dc487d4dc117088870f19d423e063bbc9f28c (patch)
treee256c97e016c58e21029eb678ffaa49f60e0745c /src
parent0f98e0fad7b77d9f1b8c8db35a2fdbc460644dd2 (diff)
remove unneeded assertion. fixes issue 28
Diffstat (limited to 'src')
-rw-r--r--src/jsifier.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index 63e762ad..2344b21f 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -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';
}