summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDhananjay Balan <mb.dhananjay@gmail.com>2013-08-26 21:05:59 +0530
committerChris Johns <chrisj@rtems.org>2014-08-25 09:52:41 +1000
commit5a4834c6415f5e621bc753744fe6fafbb064aca0 (patch)
tree20406ebd0377441f69feb0842b63e44fa085e65b
parentAdd watchdog seconds command (diff)
downloadrtems-tools-5a4834c6415f5e621bc753744fe6fafbb064aca0.tar.bz2
Remove the header.
-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)