Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lahodaj committed Dec 14, 2023
1 parent fffb6d4 commit ee1e4b6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ void endFinalizerGaps(Env<GenContext> from, Env<GenContext> to) {
*/
boolean hasFinally(JCTree target, Env<GenContext> env) {
while (env.tree != target) {
if (env.tree.hasTag(TRY) && env.info.finalize == null) {
System.err.println("!!!!");
}
if (env.tree.hasTag(TRY) && env.info.finalize.hasFinalizer())
return true;
env = env.next;
Expand Down

0 comments on commit ee1e4b6

Please sign in to comment.