diff options
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r-- | gdb/dwarf2/read.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h index 4dea86f..dc25ff1 100644 --- a/gdb/dwarf2/read.h +++ b/gdb/dwarf2/read.h @@ -235,10 +235,6 @@ public: /* The CUs we recently read. */ std::vector<dwarf2_per_cu_data *> just_read_cus; - /* Table containing all filenames. This is an optional because the - table is lazily constructed on first access. */ - gdb::optional<filename_seen_cache> filenames_cache; - /* If we loaded the index from an external file, this contains the resources associated to the open file, memory mapping, etc. */ std::unique_ptr<index_cache_resource> index_cache_res; |