Skip to content

Commit 53a3caa

Browse files
author
Patrick Jackson
committed
remove unused invoke fun
1 parent 39a1253 commit 53a3caa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/src/commonMain/kotlin/org/reduxkotlin/Reselect.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ fun <S,O> S.whenChangeOf(selector: Selector<S, O>, blockfn: (O) -> Unit) {
138138
* abstract base class for all selectors
139139
*/
140140
abstract class AbstractSelector<S, O> : Selector<S, O> {
141-
fun invoke(tmp: ()-> Unit): O {
142-
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
143-
}
144-
145141
@JvmField protected var recomputationsLastChanged = 0L
146142
@JvmField protected var _recomputations = 0L
147143
override val recomputations: Long get() = _recomputations

0 commit comments

Comments
 (0)