Skip to content

Commit

Permalink
chore: remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 11, 2025
1 parent 9221a24 commit f7c51af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/native/compiler/src/ir/bits.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use openvm_stark_backend::p3_field::FieldAlgebra;

use super::{Array, Builder, Config, DslIr, Felt, MemIndex, RVar, Var};

pub const NUM_BITS: usize = 31;
use super::{Array, Builder, Config, DslIr, Felt, MemIndex, Var};

impl<C: Config> Builder<C> {
/// Converts a variable to bits.
Expand Down

0 comments on commit f7c51af

Please sign in to comment.