This is the mail archive of the gdb-patches@sourceware.org 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] dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.


Hi.

Simple comment cleanup.

2012-01-04  Doug Evans  <dje@google.com>

	* dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.596
diff -u -p -r1.596 dwarf2read.c
--- dwarf2read.c	4 Jan 2012 19:07:36 -0000	1.596
+++ dwarf2read.c	4 Jan 2012 19:15:14 -0000
@@ -433,9 +433,7 @@ struct dwarf2_cu
 
 /* Persistent data held for a compilation unit, even when not
    processing it.  We put a pointer to this structure in the
-   read_symtab_private field of the psymtab.  If we encounter
-   inter-compilation-unit references, we also maintain a sorted
-   list of all compilation units.  */
+   read_symtab_private field of the psymtab.  */
 
 struct dwarf2_per_cu_data
 {


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