mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-28 09:02:58 +03:00
cleanup: remove a redundant map
Signed-off-by: ljedrz <ljedrz@gmail.com>
This commit is contained in:
parent
e5f47b8254
commit
5fc4179e20
@ -49,7 +49,7 @@ macro_rules! select_int_impl {
|
||||
}
|
||||
});
|
||||
|
||||
let result = Self::alloc(cs.ns(|| "cond_select_result"), || result_val.get().map(|v| v))?;
|
||||
let result = Self::alloc(cs.ns(|| "cond_select_result"), || result_val.get())?;
|
||||
|
||||
let expected_bits = first
|
||||
.bits
|
||||
|
Loading…
Reference in New Issue
Block a user