1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2015-05-19 10:16:28 +02:00
parent fff51417eb
commit 3da1442cc4
1 changed files with 0 additions and 2 deletions

View File

@ -587,8 +587,6 @@ function processQuery (query, explain) {
stringBuilder.appendLine(line);
var returnNodes = [];
var walk = [ rootNode ];
while (walk.length > 0) {
var id = walk.pop();