Skip to content

Commit

Permalink
audit: unused constants (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordyRo1 authored Nov 13, 2023
1 parent 9c0b4aa commit 82cca31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/compute_engines/summary_stats/summary_stats.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,6 @@ mod SummaryStats {
);
idx += 1;
};
let first = *tick_arr.at(0).value;
let first_t = *tick_arr.at(0).tick;
// let _scaled_arr = scale_data(start_tick, end_tick, tick_arr.span(), SCALED_ARR_SIZE);
return tick_arr;
}
Expand Down
1 change: 0 additions & 1 deletion src/entry/structs.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use starknet::{ContractAddress, StorePacking};
use array::ArrayTrait;

use traits::{TryInto, Into};
const MEDIAN: felt252 = 'MEDIAN'; // str_to_felt("MEDIAN")

const SPOT: felt252 = 'SPOT';
const FUTURE: felt252 = 'FUTURE';
Expand Down

0 comments on commit 82cca31

Please sign in to comment.