From 5a4834c6415f5e621bc753744fe6fafbb064aca0 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Mon, 26 Aug 2013 21:05:59 +0530 Subject: Remove the header. --- tools/gdb/python/rtems.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3