forked from JavaTX/JavaCompilerCore
removed todo
This commit is contained in:
parent
856f5da86b
commit
c043717c06
@ -183,7 +183,6 @@ public class TypeUnifyTask extends RecursiveTask<Set<Set<UnifyPair>>> {
|
|||||||
* Step 6 b) Build the union over everything.
|
* Step 6 b) Build the union over everything.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TODO Parallel stream und synced set?
|
|
||||||
for(TypeUnifyTask fork : forks)
|
for(TypeUnifyTask fork : forks)
|
||||||
eqPrimePrimeSet.addAll(fork.join());
|
eqPrimePrimeSet.addAll(fork.join());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user