mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 18:15:32 +00:00
Remove redundant cast
This commit is contained in:
parent
93ad8d32b9
commit
54e5bf2422
4 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ public class ConstructorList extends Z3Object
|
|||
super(ctx);
|
||||
|
||||
setNativeObject(Native.mkConstructorList(getContext().nCtx(),
|
||||
(int) constructors.length,
|
||||
constructors.length,
|
||||
Constructor.arrayToNative(constructors)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue