mirror of
https://github.com/github/codeql.git
synced 2026-05-24 16:17:07 +02:00
KE2: Remove some dead code
This commit is contained in:
@@ -95,7 +95,6 @@ fun KotlinFileExtractor.extractClassSource(
|
||||
}
|
||||
} else {
|
||||
try {
|
||||
val decl = c.declaredMemberScope.declarations.toList()
|
||||
c.declaredMemberScope.declarations.forEach {
|
||||
extractDeclaration(
|
||||
it,
|
||||
|
||||
Reference in New Issue
Block a user