mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
Remove redundant cast
This commit is contained in:
parent
93ad8d32b9
commit
54e5bf2422
4 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,7 @@ public class EnumSort extends Sort
|
|||
long[] n_constdecls = new long[n];
|
||||
long[] n_testers = new long[n];
|
||||
setNativeObject(Native.mkEnumerationSort(ctx.nCtx(),
|
||||
name.getNativeObject(), (int) n, Symbol.arrayToNative(enumNames),
|
||||
name.getNativeObject(), n, Symbol.arrayToNative(enumNames),
|
||||
n_constdecls, n_testers));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue