From a15007f10ddab294b68d37ea9b1e40b84eb8a0e7 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 10 Aug 2018 16:11:58 -0400 Subject: [PATCH] Remove the unused and empy objint::add function --- vm/src/objint.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm/src/objint.rs b/vm/src/objint.rs index ccf23a7d7..a238c2b43 100644 --- a/vm/src/objint.rs +++ b/vm/src/objint.rs @@ -7,8 +7,6 @@ fn str(vm: &mut VirtualMachine, _args: PyFuncArgs) -> Result