Stdlib minor: Remove unused ChangeEvent#propogationId

This commit is contained in:
Pavel V. Talanov
2014-07-28 21:24:52 +04:00
parent f678918b86
commit bff579dd1e
@@ -9,8 +9,6 @@ public class ChangeEvent(
public val oldValue: Any?,
public val newValue: Any?
) {
var propogationId: Any? = null
override fun toString(): String = "ChangeEvent($name, $oldValue, $newValue)"
}