mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Remove the unused and empy objint::add function
This commit is contained in:
@@ -7,8 +7,6 @@ fn str(vm: &mut VirtualMachine, _args: PyFuncArgs) -> Result<PyObjectRef, PyObje
|
||||
Ok(vm.new_str("todo".to_string()))
|
||||
}
|
||||
|
||||
fn add() {}
|
||||
|
||||
/*
|
||||
fn set_attr(a: &mut PyObjectRef, name: String, b: PyObjectRef) {
|
||||
a.borrow().dict.insert(name, b);
|
||||
|
||||
Reference in New Issue
Block a user