Skip to content

Commit 559e75c

Browse files
committed
remove unnecessary declaration
1 parent 34a4d31 commit 559e75c

File tree

1 file changed

+1
-4
lines changed
  • extensions/native/circuit/src/sumcheck

1 file changed

+1
-4
lines changed

extensions/native/circuit/src/sumcheck/air.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::borrow::Borrow;
33
use openvm_circuit::{
44
arch::{ExecutionBridge, ExecutionState},
55
system::memory::{
6-
offline_checker::{MemoryBridge, MemoryReadAuxCols},
6+
offline_checker::MemoryBridge,
77
MemoryAddress,
88
},
99
};
@@ -26,9 +26,6 @@ use crate::{
2626
},
2727
};
2828

29-
pub const NUM_RWS_FOR_PRODUCT: usize = 2;
30-
pub const NUM_RWS_FOR_LOGUP: usize = 3;
31-
3229
#[derive(Clone, Debug)]
3330
pub struct NativeSumcheckAir {
3431
pub execution_bridge: ExecutionBridge,

0 commit comments

Comments
 (0)