[IR] Drop TODO from IrModuleFragmentImpl

This TODO doesn't have any description, and it is already
hard to understand what the author meant.
This commit is contained in:
Ivan Kylchik
2023-08-14 12:13:39 +02:00
committed by Space Team
parent f08d4b8bb1
commit dfa60ee092
@@ -27,7 +27,7 @@ class IrModuleFragmentImpl(
override val irBuiltins: IrBuiltIns, override val irBuiltins: IrBuiltIns,
files: List<IrFile> = emptyList(), files: List<IrFile> = emptyList(),
) : IrModuleFragment() { ) : IrModuleFragment() {
override val name: Name get() = descriptor.name // TODO override val name: Name get() = descriptor.name
override val files: MutableList<IrFile> = files.toMutableList() override val files: MutableList<IrFile> = files.toMutableList()
} }