Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove empty loop.
  • Loading branch information
pmurias committed Feb 14, 2015
1 parent 6c9e703 commit 4d5827a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vm/js/nqp-runtime/deserialization.js
Expand Up @@ -478,9 +478,6 @@ BinaryCursor.prototype.deserialize = function(sc) {
');\n'
}).join("");

for (var i = 0; i < contexts.length ; i++) {
}

var data = [];
for (var i = 0; i < contexts.length ; i++) {
if (contexts[i].outer == 0) {
Expand Down

0 comments on commit 4d5827a

Please sign in to comment.