[commit] testsuite/gdb.c++/inherit.exp: remove get_debug_format fluff

Michael Elizabeth Chastain mec@shout.net
Thu Feb 13 22:40:00 GMT 2003


This patch removes an unused call to get_debug_format from
gdb.c++/inherit.exp.  This is a bit of fluff that David C spotted.

Tested with native i686-pc-linux-gnu, gcc v2 and v3,
dwarf-2 and stabs+.

I am committing this now.

Michael C

2003-02-13  Michael Chastain  <mec@shout.net>

	* gdb.c++/inherit.exp: Remove call to get_debug_format.

Index: inherit.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.c++/inherit.exp,v
retrieving revision 1.9
diff -u -r1.9 inherit.exp
--- inherit.exp	13 Feb 2003 21:33:20 -0000	1.9
+++ inherit.exp	13 Feb 2003 22:37:39 -0000
@@ -962,8 +962,6 @@
 
     if { ![ runto_main] } {
 	gdb_suppress_tests;
-    } else {
-	get_debug_format
     }
 
     test_ptype_si



More information about the Gdb-patches mailing list