Minor. Unused methods removed

This commit is contained in:
Andrey Breslav
2014-04-11 20:12:52 +04:00
parent f58aca5ddf
commit b017b87093
@@ -67,36 +67,6 @@ public class ExpressionTypingComponents {
this.forLoopConventionsChecker = forLoopConventionsChecker;
}
@NotNull
public GlobalContext getGlobalContext() {
return globalContext;
}
@NotNull
public ExpressionTypingServices getExpressionTypingServices() {
return expressionTypingServices;
}
@NotNull
public CallResolver getCallResolver() {
return callResolver;
}
@NotNull
public PlatformToKotlinClassMap getPlatformToKotlinClassMap() {
return platformToKotlinClassMap;
}
@NotNull
public ExpressionTypingUtils getExpressionTypingUtils() {
return expressionTypingUtils;
}
@NotNull
public ControlStructureTypingUtils getControlStructureTypingUtils() {
return controlStructureTypingUtils;
}
@NotNull
public ForLoopConventionsChecker getForLoopConventionsChecker() {
return forLoopConventionsChecker;