forked from qt-creator/qt-creator
Debugger: remove unneeded check and assignment
If the inner type is null at this point it will also be null when assigning the same type again. Change-Id: I4dbad41a60d4853ac016adb54c693ce19d6f65d0 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -1295,8 +1295,6 @@ class DumperBase():
|
|||||||
innerType = arrayType.target()
|
innerType = arrayType.target()
|
||||||
#self.warn("ARRAY TYPE: %s" % arrayType)
|
#self.warn("ARRAY TYPE: %s" % arrayType)
|
||||||
#self.warn("INNER TYPE: %s" % innerType)
|
#self.warn("INNER TYPE: %s" % innerType)
|
||||||
if innerType is None:
|
|
||||||
innerType = value.type.target()
|
|
||||||
|
|
||||||
address = value.address()
|
address = value.address()
|
||||||
if address:
|
if address:
|
||||||
|
Reference in New Issue
Block a user