diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-15 05:36:36 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-15 05:36:36 +0000 |
commit | f6d7df56385acbcdab581a1a6a88efb7da8949c9 (patch) | |
tree | b229f6fa6175e704842a39c827cffd96928680c3 /gdb/stabsread.c | |
parent | cca528fa66654f961c947c552f86842f7c2a8f89 (diff) | |
download | gdb-f6d7df56385acbcdab581a1a6a88efb7da8949c9.zip gdb-f6d7df56385acbcdab581a1a6a88efb7da8949c9.tar.gz gdb-f6d7df56385acbcdab581a1a6a88efb7da8949c9.tar.bz2 |
* stabsread.c: Remove #if 0'd dbx_class_complaint. We now handle
this (more or less) gracefully, and complain() was never a good
way of dealing with this.
Diffstat (limited to 'gdb/stabsread.c')
-rw-r--r-- | gdb/stabsread.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/stabsread.c b/gdb/stabsread.c index 3f037fb..7e92861 100644 --- a/gdb/stabsread.c +++ b/gdb/stabsread.c @@ -149,16 +149,6 @@ static const char vb_name[] = { '_','v','b',CPLUS_MARKER,'\0' }; #define BELIEVE_PCC_PROMOTION 0 #endif -#if 0 -struct complaint dbx_class_complaint = -{ - "encountered DBX-style class variable debugging information.\n\ -You seem to have compiled your program with \ -\"g++ -g0\" instead of \"g++ -g\".\n\ -Therefore GDB will not know about your class variables", 0, 0 -}; -#endif - struct complaint invalid_cpp_abbrev_complaint = {"invalid C++ abbreviation `%s'", 0, 0}; |