This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]