Skip to content

Commit

Permalink
[java] Deleting dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 6, 2018
1 parent 23c4e0f commit f658da9
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,4 @@ public static boolean isLocal() {
public static boolean isOnTravis() {
return Boolean.valueOf(System.getenv("TRAVIS"));
}

public static Throwable catchThrowable(Runnable f) {
try {
f.run();
} catch (Throwable throwable) {
return throwable;
}
return null;
}
}

0 comments on commit f658da9

Please sign in to comment.