Remove unused method
This commit is contained in:
Pavel V. Talanov
2013-07-01 20:16:50 +04:00
committed by Alexander Udalov
parent c3b1716e29
commit 0aa4ba3fe6
@@ -100,11 +100,6 @@ public class TypeDeserializer {
}, STRONG);
}
@NotNull
public DescriptorFinder getDescriptorFinder() {
return descriptorFinder;
}
@Nullable
public JetType typeOrNull(@Nullable ProtoBuf.Type proto) {
if (proto == null) {