rm push/pop
This commit is contained in:
4
xref.ce
4
xref.ce
@@ -93,11 +93,11 @@ var run = function() {
|
||||
if (!creates[text(parent_idx)]) {
|
||||
creates[text(parent_idx)] = []
|
||||
}
|
||||
push(creates[text(parent_idx)], {child: child_idx, line: instr_line})
|
||||
creates[text(parent_idx)][] = {child: child_idx, line: instr_line}
|
||||
if (!created_by[text(child_idx)]) {
|
||||
created_by[text(child_idx)] = []
|
||||
}
|
||||
push(created_by[text(child_idx)], {parent: parent_idx, line: instr_line})
|
||||
created_by[text(child_idx)][] = {parent: parent_idx, line: instr_line}
|
||||
}
|
||||
j = j + 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user