Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 930877d

Browse files
committed
不要になった処理を削除
1 parent 6d79fb3 commit 930877d

File tree

1 file changed

+0
-6
lines changed
  • src/main/kotlin/com/wrongwrong/mapk/core

1 file changed

+0
-6
lines changed

src/main/kotlin/com/wrongwrong/mapk/core/KMapper.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ class KMapper<T : Any> private constructor(
102102
}
103103
}
104104

105-
private fun Collection<KProperty1<*, *>>.filterTargets(): Collection<KProperty1<*, *>> {
106-
return filter {
107-
it.visibility == KVisibility.PUBLIC && it.annotations.none { annotation -> annotation is KPropertyIgnore }
108-
}
109-
}
110-
111105
@Suppress("UNCHECKED_CAST")
112106
internal fun <T : Any> getTarget(clazz: KClass<T>): KFunctionForCall<T> {
113107
val factoryConstructor: List<KFunctionForCall<T>> =

0 commit comments

Comments
 (0)