Skip to content

Commit

Permalink
Remove obsolete catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontedor committed Mar 16, 2017
1 parent 7e69ae8 commit fb00dd3
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,9 +1385,6 @@ public long prepareCommit() throws IOException {
}
currentCommittingGeneration = current.getGeneration();
foldGeneration();
} catch (final Exception e) {
IOUtils.closeWhileHandlingException(this); // tragic event
throw e;
}
return 0L;
}
Expand Down

0 comments on commit fb00dd3

Please sign in to comment.