Pointless catch removed
This commit is contained in:
@@ -173,9 +173,6 @@ public class KotlinBuiltIns {
|
|||||||
catch (IOException e) {
|
catch (IOException e) {
|
||||||
throw new IllegalStateException(e);
|
throw new IllegalStateException(e);
|
||||||
}
|
}
|
||||||
catch (ProcessCanceledException e) {
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initialize() {
|
private void initialize() {
|
||||||
|
|||||||
Reference in New Issue
Block a user