changeset 148:90e181f2a0c5

Remove temporary methodid since it is unnecessary
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 15 Aug 2011 19:32:46 +0800
parents a95b69de2e22
children d4533a59c694
files paraspace/injection.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/paraspace/injection.py	Mon Aug 15 17:44:24 2011 +0800
+++ b/paraspace/injection.py	Mon Aug 15 19:32:46 2011 +0800
@@ -338,12 +338,7 @@
                 dex_dst.find_methodid_name_proto(methodname, methodid.protoIdx,
                                                  cloning)
             except ValueError:
-                temp_methodid = _DEX_MethodId()
-                temp_methodid.classIdx = None
-                temp_methodid.protoIdx = methodid.protoIdx
-                temp_methodid.nameIdx = methodid.nameIdx
                 cloning_methodid = _clone_composite(dex_dst, methodid)
-                cloning_methodid.classIdx = cloning
                 pass
             pass