Remove the unused and empy objint::add function

This commit is contained in:
Daniel Watkins
2018-08-10 16:11:58 -04:00
parent 340d90a3f9
commit a15007f10d

View File

@@ -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);