Minor, delete unused method in DataFlowInfo

This commit is contained in:
Alexander Udalov
2014-09-01 13:47:27 +04:00
parent 32c00a4623
commit 937404239e
2 changed files with 0 additions and 7 deletions
@@ -54,6 +54,4 @@ public interface DataFlowInfo {
@NotNull
DataFlowInfo or(@NotNull DataFlowInfo other);
boolean hasTypeInfoConstraints();
}
@@ -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()) {