Skip to content

Commit e9a61d9

Browse files
committed
删除多余的代码
1 parent 3610cc6 commit e9a61d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rxhttp-compiler/src/main/java/com/rxhttp/compiler/kapt/RxHttpExtensions.kt

-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ class RxHttpExtensions {
154154
ClassName("rxhttp.wrapper.param", "AbstractBodyParam").parameterizedBy(p)
155155
val rxHttpBodyParamName =
156156
ClassName(rxHttpPackage, "RxHttpAbstractBodyParam").parameterizedBy(p, r)
157-
val rxHttpBodyWildcardParamName = ClassName(rxHttpPackage, "RxHttpAbstractBodyParam")
158-
.parameterizedBy(wildcard, wildcard)
159157
val pBound = TypeVariableName("P", bodyParamName)
160158
val rBound = TypeVariableName("R", rxHttpBodyParamName)
161159

0 commit comments

Comments
 (0)