debugger: simplify unreachable branch in dumper code

Change-Id: I00e7fdf3008119ec1b2fbd8acecdbb71b099dfc9
Reviewed-on: http://codereview.qt.nokia.com/3050
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-08-16 17:05:17 +02:00
committed by hjk
parent bd1541e7db
commit 271055277c

View File

@@ -1398,14 +1398,6 @@ class Dumper:
self.putNumChild(0)
return
if isSimpleType(typedefStrippedType):
#warn("IS SIMPLE: %s " % type)
#self.putAddress(value.address)
self.putType(realtype)
self.putValue(value)
self.putNumChild(0)
return
# Is this derived from QObject?
isQObjectDerived = self.checkForQObjectBase(typedefStrippedType)