Issue #223 micro-optimization and test coverage

This commit is contained in:
Peter Cottle 2014-11-29 16:38:09 -08:00
parent 7b687ab6da
commit 2f62817dff
2 changed files with 7 additions and 2 deletions

View file

@ -1029,8 +1029,6 @@ GitEngine.prototype.getTargetGraphDifference = function(
differenceUnique.splice(i, 1);
// expand target set
targetSet[makeThis.id] = true;
// start over
break;
}
}
return inOrder;