Minor
Remove unused method
This commit is contained in:
committed by
Alexander Udalov
parent
c3b1716e29
commit
0aa4ba3fe6
-5
@@ -100,11 +100,6 @@ public class TypeDeserializer {
|
|||||||
}, STRONG);
|
}, STRONG);
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
|
||||||
public DescriptorFinder getDescriptorFinder() {
|
|
||||||
return descriptorFinder;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
public JetType typeOrNull(@Nullable ProtoBuf.Type proto) {
|
public JetType typeOrNull(@Nullable ProtoBuf.Type proto) {
|
||||||
if (proto == null) {
|
if (proto == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user