Skip to content

Commit 6e97435

Browse files
committed
inner_truediv is too big to inline
1 parent 37daf18 commit 6e97435

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/builtins/int.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ where
173173
}
174174
}
175175

176-
#[inline]
177176
fn inner_truediv(i1: &BigInt, i2: &BigInt, vm: &VirtualMachine) -> PyResult {
178177
if i2.is_zero() {
179178
return Err(vm.new_zero_division_error("integer division by zero".to_owned()));

0 commit comments

Comments
 (0)