mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 09:04:07 +00:00
Eliminated unused variable from C example.
This commit is contained in:
parent
2818e977b6
commit
88b027ecce
|
@ -2610,7 +2610,7 @@ void fpa_example() {
|
|||
Z3_context ctx;
|
||||
Z3_sort double_sort, rm_sort;
|
||||
Z3_symbol s_rm, s_x, s_y, s_x_plus_y;
|
||||
Z3_ast rm, x, y, n, x_plus_y, c1, c2, c3, c4, c5, c6;
|
||||
Z3_ast rm, x, y, n, x_plus_y, c1, c2, c3, c4, c5;
|
||||
Z3_ast args[2], args2[2], and_args[3], args3[3];
|
||||
|
||||
printf("\nFPA-example\n");
|
||||
|
|
Loading…
Reference in a new issue