Minor, delete unused method in DataFlowInfo
This commit is contained in:
@@ -54,6 +54,4 @@ public interface DataFlowInfo {
|
||||
|
||||
@NotNull
|
||||
DataFlowInfo or(@NotNull DataFlowInfo other);
|
||||
|
||||
boolean hasTypeInfoConstraints();
|
||||
}
|
||||
|
||||
-5
@@ -231,11 +231,6 @@ import static org.jetbrains.jet.lang.resolve.calls.autocasts.Nullability.NOT_NUL
|
||||
return LinkedHashMultimap.create();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasTypeInfoConstraints() {
|
||||
return !typeInfo.isEmpty();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
if (typeInfo.isEmpty() && nullabilityInfo.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user