summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/gdb/python/rtems.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/gdb/python/rtems.py b/tools/gdb/python/rtems.py
index 5f0aa7d..6c987cf 100644
--- a/tools/gdb/python/rtems.py
+++ b/tools/gdb/python/rtems.py
@@ -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)