1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Not used.

This commit is contained in:
Cedric Beust 2016-07-12 02:22:32 -08:00
parent d577a785c5
commit ba2f274ee1

View file

@ -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)