Remove the header.

This commit is contained in:
Dhananjay Balan
2013-08-26 21:05:59 +05:30
committed by Chris Johns
parent 61154bf302
commit 5a4834c641

View File

@@ -229,7 +229,6 @@ class rtems_watchdog_chain(gdb.Command):
nd = inst.first()
i = 0
print ' Ticks Chain'
while not nd.null():
wd = watchdog.control(nd.cast('Watchdog_Control'))
print ' #'+str(i)