mirror of
https://github.com/circify/circ.git
synced 2026-01-10 22:27:55 -05:00
Fixed compiler warnings in lowering to ABY (#21)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user