Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit f714c7e

Browse files
committed
cleanup unused code
1 parent b98a4cb commit f714c7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zkevm-circuits/src/evm_circuit.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,8 @@ impl<F: Field> SubCircuit<F> for EvmCircuit<F> {
390390

391391
/// Compute the public inputs for this circuit.
392392
fn instance(&self) -> Vec<Vec<F>> {
393-
let _block = self.block.as_ref().unwrap();
394393
let chunk = self.chunk.as_ref().unwrap();
395394

396-
let (_rw_table_chunked_index, _rw_table_total_chunks) =
397-
(chunk.chunk_context.idx, chunk.chunk_context.total_chunks);
398-
399395
vec![vec![
400396
chunk.permu_alpha,
401397
chunk.permu_gamma,

0 commit comments

Comments
 (0)