# HG changeset patch # User Thinker K.F. Li # Date 1313407966 -28800 # Node ID 90e181f2a0c5ad33645e1196b52e8ff19db6ef25 # Parent a95b69de2e226ff7b02181580343bc9dd1d7a559 Remove temporary methodid since it is unnecessary diff -r a95b69de2e22 -r 90e181f2a0c5 paraspace/injection.py --- 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