Fixed compiler warnings in lowering to ABY (#21)

This commit is contained in:
Edward Chen
2021-09-15 13:12:37 -04:00
committed by GitHub
parent 991c710cea
commit c078fa464a

View File

@@ -510,7 +510,7 @@ impl ToABY {
_ => panic!("Invalid bv-op in BvBinOp: {:?}", o),
}
}
Op::BvExtract(start, end) => {
Op::BvExtract(_start, _end) => {
}
_ => panic!("Non-field in embed_bv: {:?}", t),