aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsifier.js')
-rw-r--r--src/jsifier.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jsifier.js b/src/jsifier.js
index 8b67818a..b6c36db0 100644
--- a/src/jsifier.js
+++ b/src/jsifier.js
@@ -342,7 +342,6 @@ function JSify(data) {
ret += walkBlock(block.inner, indent + ' ');
ret += indent + '}\n';
} else if (block.type == 'multiple') {
- // TODO: Remove the loop here
var first = true;
ret += indent + ((block.entry in usedLabels) ? '' : (block.entry+':')) + ' do { \n';
block.entryLabels.forEach(function(entryLabel) {