Skip to content

Commit

Permalink
Merge pull request #35 from Bal7hazar/fix/unused-var
Browse files Browse the repository at this point in the history
🔥 Remove unused var which trigger scarb warnings
  • Loading branch information
clexmond authored May 14, 2024
2 parents 09cb8c2 + 6bcdf00 commit 8eacc2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/f64/math/trig.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ mod tests {
#[available_gas(9_000_000_000)]
fn test_compare_sin() {
let error = Option::Some(42950); // 1e-5
let pi = FixedTrait::new(PI, false);

let MAX: u64 = 256 * 4;
let mut n: u64 = 0;
Expand Down

0 comments on commit 8eacc2b

Please sign in to comment.