[rtems-tools commit] Remove the header.

Chris Johns chrisj at rtems.org
Sun Aug 24 23:45:35 UTC 2014


Module:    rtems-tools
Branch:    master
Commit:    5a4834c6415f5e621bc753744fe6fafbb064aca0
Changeset: http://git.rtems.org/rtems-tools/commit/?id=5a4834c6415f5e621bc753744fe6fafbb064aca0

Author:    Dhananjay Balan <mb.dhananjay at gmail.com>
Date:      Mon Aug 26 21:23:59 2013 +0530

Remove the header.

---

 tools/gdb/python/rtems.py |    1 -
 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)



More information about the vc mailing list