Remove outdated TODO comments

This commit is contained in:
Tamas Vajk
2022-03-21 15:34:12 +01:00
committed by Ian Lynagh
parent 5f729f8131
commit 44c8249a33

View File

@@ -1933,7 +1933,6 @@ open class KotlinFileExtractor(
private val loopIdMap: MutableMap<IrLoop, Label<out DbKtloopstmt>> = mutableMapOf()
// todo: add all declaration types, not only IrFunctions.
// todo: calculating the enclosing ref type could be done through this, instead of walking up the declaration parent chain
private val declarationStack: Stack<IrDeclaration> = Stack()
@@ -3956,8 +3955,6 @@ open class KotlinFileExtractor(
@Suppress("UNCHECKED_CAST")
tw.writeCallableBinding(superCallId as Label<DbCaller>, baseConstructorId)
// TODO: We might need to add an `<obinit>` function, and a call to it to match other classes
addModifiers(id, "final")
addVisibilityModifierToLocalOrAnonymousClass(id)
extractClassSupertypes(superTypes, listOf(), id, inReceiverContext = true)