mirror of
https://github.com/pezkuwichain/bizinikiwi-bn.git
synced 2026-06-13 02:21:09 +00:00
remove duplicated inline
This commit is contained in:
@@ -429,7 +429,6 @@ fn div2(a: &mut [u128; 2]) {
|
||||
|
||||
/// Multiply by two
|
||||
#[inline]
|
||||
#[inline]
|
||||
fn mul2(a: &mut [u128; 2]) {
|
||||
let tmp = a[0] >> 127;
|
||||
a[0] <<= 1;
|
||||
|
||||
Reference in New Issue
Block a user