From 1e1634771be73a06568fc0bb84dde7b7f947fc3b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 23 Dec 2005 23:22:35 +0000 Subject: * lib/remote.exp: Tidy. * lib/targetdb.exp: Likewise. * lib/target.exp (prune_warnings): Improve comments. * lib/dejagnu.exp: Likewise. * lib/utils.exp: Likewise. --- lib/targetdb.exp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/targetdb.exp') diff --git a/lib/targetdb.exp b/lib/targetdb.exp index 12cc0c8..3a72434 100644 --- a/lib/targetdb.exp +++ b/lib/targetdb.exp @@ -17,7 +17,6 @@ # along with DejaGnu; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. -# # Searches in the appropriate place (the board_info array) for the specified # information. # @@ -64,7 +63,6 @@ proc host_info { op args } { return [eval "board_info host \"$op\" $args"] } -# # Fill in ENTRY with VALUE for the current board being defined. # proc set_board_info { entry value } { @@ -75,7 +73,6 @@ proc set_board_info { entry value } { } } -# # Fill in ENTRY with VALUE for the current target. # proc set_currtarget_info { entry value } { @@ -88,7 +85,6 @@ proc set_currtarget_info { entry value } { } } -# # Unset ENTRY for the current board being defined. # proc unset_board_info { entry } { @@ -99,7 +95,6 @@ proc unset_board_info { entry } { } } -# # Unset ENTRY for the current board being defined. # proc unset_currtarget_info { entry } { -- cgit v1.1