Pointless catch removed

This commit is contained in:
Andrey Breslav
2012-10-19 00:34:12 +04:00
parent 4a86255823
commit 5dbfe3ca3c
@@ -173,9 +173,6 @@ public class KotlinBuiltIns {
catch (IOException e) {
throw new IllegalStateException(e);
}
catch (ProcessCanceledException e) {
throw e;
}
}
private void initialize() {