remove not needed target definitions

This commit is contained in:
2020-10-08 07:21:08 +02:00
parent ef9391a196
commit 1804692f8d
24 changed files with 34 additions and 40 deletions

View File

@@ -180,17 +180,17 @@ public class Main {
}
try {
if (verbose) {
URI _uRI_4 = this.fileAccess.getURI("", "src-out");
String _plus_4 = ("sources are in " + _uRI_4);
InputOutput.<String>println(_plus_4);
URI _uRI_2 = this.fileAccess.getURI("", "src-out");
String _plus_2 = ("sources are in " + _uRI_2);
InputOutput.<String>println(_plus_2);
}
} catch (final Throwable _t_1) {
if (_t_1 instanceof Exception) {
URI _uRI_5 = this.fileAccess.getURI("");
String _plus_5 = ("sources are in " + _uRI_5);
InputOutput.<String>println(_plus_5);
} catch (final Throwable _t) {
if (_t instanceof Exception) {
URI _uRI_3 = this.fileAccess.getURI("");
String _plus_3 = ("sources are in " + _uRI_3);
InputOutput.<String>println(_plus_3);
} else {
throw Exceptions.sneakyThrow(_t_1);
throw Exceptions.sneakyThrow(_t);
}
}
} catch (Throwable _e) {