[K/N] Reduce frame size by removing unused arena field.

This commit is contained in:
Mads Ager
2023-08-02 12:19:19 +02:00
committed by Space Team
parent 171d156688
commit f0f1dc15c3
3 changed files with 1 additions and 40 deletions
@@ -289,7 +289,6 @@ internal class CAdapterApiExporter(
|} // extern "C"
|
|struct ${prefix}_FrameOverlay {
| void* arena;
| ${prefix}_FrameOverlay* previous;
| ${prefix}_KInt parameters;
| ${prefix}_KInt count;
@@ -406,4 +405,4 @@ private operator fun String.times(count: Int): String {
}
private val KotlinType.shortNameForPredefinedType
get() = this.toString().split('.').last()
get() = this.toString().split('.').last()