From 6ae4d225b148f3ef67ab3f0799b3d410cb0ca3a9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 9 Sep 2024 17:38:40 +0100 Subject: [PATCH] KE2: Remove some old code --- java/kotlin-extractor2/src/main/kotlin/KotlinExtractor.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/kotlin-extractor2/src/main/kotlin/KotlinExtractor.kt b/java/kotlin-extractor2/src/main/kotlin/KotlinExtractor.kt index 9be80725c76..c88670aad80 100644 --- a/java/kotlin-extractor2/src/main/kotlin/KotlinExtractor.kt +++ b/java/kotlin-extractor2/src/main/kotlin/KotlinExtractor.kt @@ -200,10 +200,6 @@ fun doAnalysis( val checkTrapIdentical = false // TODO val psiFiles = session.modulesWithFiles.getValue(sourceModule) -/* -OLD: KE1 - moduleFragment.files.mapIndexed { index: Int, file: IrFile -> -*/ var fileNumber = 0 val dump_psi = System.getenv("CODEQL_EXTRACTOR_JAVA_KOTLIN_DUMP") == "true" for (psiFile in psiFiles) {