mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
catch/throw is redundant.
This commit is contained in:
parent
da63ac809e
commit
92bb984305
1 changed files with 1 additions and 5 deletions
|
@ -31,11 +31,7 @@ public class Z3Object extends IDisposable
|
|||
{
|
||||
try {
|
||||
dispose();
|
||||
}
|
||||
catch (Throwable t) {
|
||||
throw t;
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
super.finalize();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue