mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not used.
This commit is contained in:
parent
d577a785c5
commit
ba2f274ee1
1 changed files with 0 additions and 1 deletions
|
@ -317,7 +317,6 @@ class TaskManager @Inject constructor(val args: Args,
|
|||
val froms = nodeMap[from]
|
||||
froms.forEach { f: T ->
|
||||
nodeMap[to].forEach { t: T ->
|
||||
val tn = toName(t)
|
||||
log(LOG_LEVEL, " Adding edge ($text) $f -> $t")
|
||||
result.addEdge(f, t)
|
||||
newToProcess.add(t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue