aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2/line-header.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-05-30 08:00:19 -0600
committerTom Tromey <tom@tromey.com>2022-04-12 09:31:17 -0600
commit6209cde4ddb85a991ed1dda6f143ef08b75558df (patch)
tree028b741bd975c3f2bfb42deb94d78029c8a4d95b /gdb/dwarf2/line-header.h
parent3d20b8d99a54382e6e1a6c433e71e0775c6856c6 (diff)
downloadgdb-6209cde4ddb85a991ed1dda6f143ef08b75558df.zip
gdb-6209cde4ddb85a991ed1dda6f143ef08b75558df.tar.gz
gdb-6209cde4ddb85a991ed1dda6f143ef08b75558df.tar.bz2
Delete DWARF psymtab code
This removes the DWARF psymtab reader.
Diffstat (limited to 'gdb/dwarf2/line-header.h')
-rw-r--r--gdb/dwarf2/line-header.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dwarf2/line-header.h b/gdb/dwarf2/line-header.h
index 252dddd..4adfe91 100644
--- a/gdb/dwarf2/line-header.h
+++ b/gdb/dwarf2/line-header.h
@@ -59,9 +59,6 @@ struct file_entry
unsigned int length {};
- /* True if referenced by the Line Number Program. */
- bool included_p {};
-
/* The associated symbol table, if any. */
struct symtab *symtab {};
};