forked from JavaTX/JavaCompilerCore
removed unused code out of UnifyTaskModel
This commit is contained in:
parent
404bfe08f5
commit
ca706881b0
@ -11,8 +11,8 @@ public class UnifyTaskModel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public synchronized void cancel() {
|
public synchronized void cancel() {
|
||||||
for(TypeUnifyTask t : usedTasks) {
|
/*for(TypeUnifyTask t : usedTasks) {
|
||||||
t.myCancel(true);
|
t.myCancel(true);
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user