Mappings are no longer present
This commit is contained in:
parent
a8eeebc166
commit
02606c5ac6
@ -353,12 +353,6 @@ class FieldSynchronizer(private val callback: Runnable, private val alwaysCallCa
|
||||
var unused: Boolean = false
|
||||
private set
|
||||
|
||||
private var mappingVersion = -1
|
||||
|
||||
fun invalidateMappings() {
|
||||
mappingVersion = -1
|
||||
}
|
||||
|
||||
fun markUnused() {
|
||||
require(this === defaultEndpoint) { "This is not a default endpoint" }
|
||||
if (unused) return
|
||||
@ -1823,10 +1817,6 @@ class FieldSynchronizer(private val callback: Runnable, private val alwaysCallCa
|
||||
for (field in fields) {
|
||||
field?.markDirty()
|
||||
}
|
||||
|
||||
forEachEndpoint {
|
||||
it.invalidateMappings()
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user