mirror of
https://github.com/github/codeql.git
synced 2026-05-22 23:27:09 +02:00
KE2: Remove some old code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user