Skip to content

Commit f5a1c96

Browse files
committed
Fix clippy
1 parent 8c5f819 commit f5a1c96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vm/src/hint_processor/builtin_hint_processor/secp/cairo0_hints.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -605,8 +605,6 @@ mod tests {
605605
let x = BigInt::from(18446744069414584321u128); // Example x value
606606
let v = BigInt::from(1); // Example v value (must be 0 or 1 for even/odd check)
607607

608-
let constants: std::collections::HashMap<K, V> = HashMap::new();
609-
610608
r1_get_point_from_x(
611609
&mut vm,
612610
&mut exec_scopes,

0 commit comments

Comments
 (0)