Skip to content

Commit 6df0253

Browse files
committed
Removed unused line
1 parent 3077d7b commit 6df0253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/obj/objfloat.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ fn float_lt(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult {
7676
Ok(vm.ctx.new_bool(result))
7777
}
7878

79-
8079
fn float_le(vm: &mut VirtualMachine, args: PyFuncArgs) -> PyResult {
8180
arg_check!(
8281
vm,

0 commit comments

Comments
 (0)