Remove unused method

This commit is contained in:
Andrey Breslav
2012-04-13 20:08:35 +04:00
parent e23cb0cb98
commit d512d62c04
@@ -184,8 +184,4 @@ public class KotlinToJVMBytecodeCompiler {
collector.report(CompilerMessageSeverity.ERROR, message.toString(), CompilerMessageLocation.NO_LOCATION);
}
}
public static CompilerMessageLocation create(@Nullable String path, @NotNull DiagnosticUtils.LineAndColumn lineAndColumn) {
return CompilerMessageLocation.create(path, lineAndColumn.getLine(), lineAndColumn.getColumn());
}
}