mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +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 {
|
try {
|
||||||
dispose();
|
dispose();
|
||||||
}
|
} finally {
|
||||||
catch (Throwable t) {
|
|
||||||
throw t;
|
|
||||||
}
|
|
||||||
finally {
|
|
||||||
super.finalize();
|
super.finalize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue