diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-02-25 15:23:13 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-02-25 15:23:13 -0500 |
commit | 60b9de2ec0b6178fb4832c752b0ec322d8071b1d (patch) | |
tree | a856c0d3fd20479caba56327dbddfcf08a7b4297 /gdb | |
parent | b9935b23e47b6ff43d8099460b09c2e11666aa47 (diff) | |
download | binutils-60b9de2ec0b6178fb4832c752b0ec322d8071b1d.zip binutils-60b9de2ec0b6178fb4832c752b0ec322d8071b1d.tar.gz binutils-60b9de2ec0b6178fb4832c752b0ec322d8071b1d.tar.bz2 |
gdb/dwarf: remove unused include in read.c
This include is reported as unused by clangd.
Change-Id: I95b73f85607537551ef54e46551197d1371d621b
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/dwarf2/read.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 5ff8026..ecc2c53 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -79,7 +79,6 @@ #include <optional> #include "gdbsupport/underlying.h" #include "filename-seen-cache.h" -#include "producer.h" #include <fcntl.h> #include <algorithm> #include "gdbsupport/selftest.h" |