Remove outdated TODOs

This commit is contained in:
pTalanov
2012-02-29 19:49:36 +04:00
parent 0660140bf6
commit f800b2a697
2 changed files with 0 additions and 4 deletions
@@ -70,8 +70,6 @@ public final class AnalyzerFacade {
}
}
//TODO: use some mechanism to avoid this
//TODO: move method somewhere
@NotNull
public static List<JetFile> withJsLibAdded(@NotNull List<JetFile> files, @NotNull Config config) {
List<JetFile> allFiles = new ArrayList<JetFile>();
@@ -31,8 +31,6 @@ import static org.jetbrains.k2js.translate.utils.PsiUtils.getLoopParameter;
/**
* @author Pavel Talanov
*/
//TODO: create util class for managing stuff like binary operations
public abstract class ForTranslator extends AbstractTranslator {
@NotNull