forked from qt-creator/qt-creator
Debugger: remove unneeded size cache lookup
Change-Id: I1d16c4d8d1436fe252269439e4059c6cd9886d81 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1072,7 +1072,6 @@ class DumperBase():
|
|||||||
|
|
||||||
def check_typeid(self, typeid):
|
def check_typeid(self, typeid):
|
||||||
if not isinstance(typeid, int):
|
if not isinstance(typeid, int):
|
||||||
size = self.type_size_cache.get(typeid, None)
|
|
||||||
raise RuntimeError('WRONG TYPE FOR TYPEID: %s %s' % (str(typeid), type(typeid)))
|
raise RuntimeError('WRONG TYPE FOR TYPEID: %s %s' % (str(typeid), type(typeid)))
|
||||||
|
|
||||||
def checkRef(self, ref):
|
def checkRef(self, ref):
|
||||||
|
Reference in New Issue
Block a user