# HG changeset patch # User Thinker K.F. Li # Date 1308076410 -28800 # Node ID e625ebf17441dccbb71850fd493a4a37cfbb77e4 # Parent 9bac21d401feb65ba237202aaafbe0d8a848ff40 remove rel_marker_info_check_also from dexfile.py diff -r 9bac21d401fe -r e625ebf17441 paraspace/dexfile.py --- a/paraspace/dexfile.py Wed Jun 15 02:03:38 2011 +0800 +++ b/paraspace/dexfile.py Wed Jun 15 02:33:30 2011 +0800 @@ -404,24 +404,6 @@ pass -class rel_marker_info_check_also(relocatable): - name_path = None - back_type = None - - def __init__(self, name_path, back_type): - if not isinstance(back_type, array): - raise TypeError, 'back type should be a dexfile.array' - - self.name_path = name_path - self.back_type = back_type - pass - - def parse(self, parent, data, off): - child = self.back_type.parse(parent, data, off) - return child - pass - - class composite(relocatable): child_names = None