KE2: Remove some old code

This commit is contained in:
Ian Lynagh
2024-09-09 17:38:40 +01:00
parent 186022e89c
commit 6ae4d225b1

View File

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