Skip to content

Commit 3a64cda

Browse files
committed
remove dead code
1 parent b263d5e commit 3a64cda

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

zkevm-circuits/src/witness/block.rs

-10
Original file line numberDiff line numberDiff line change
@@ -283,16 +283,6 @@ impl Block {
283283
log::debug!("start num: {}", self.rws.rw_num(RwTableTag::Start));
284284
}
285285

286-
// /// TODO: migrate copy circuit and delete this!!!!!
287-
// pub fn bytecode_map(&self) -> Option<BTreeMap<Word, bool>> {
288-
// Some(
289-
// self.bytecodes
290-
// .values()
291-
// .map(|b| (b.hash, b.in_first_table))
292-
// .collect(),
293-
// )
294-
// }
295-
296286
// This helper returns bytecodes's whether `code_hash` is belong to first bytecode circuit.
297287
// always return true when feature 'dual_bytecode' is disabled.
298288
pub(crate) fn is_first_sub_bytecode_circuit(&self, code_hash: &U256) -> bool {

0 commit comments

Comments
 (0)