[binutils-gdb] gdb/dwarf: remove unused include in read.c

Simon Marchi simark@sourceware.org
Tue Feb 25 20:24:11 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=60b9de2ec0b6178fb4832c752b0ec322d8071b1d

commit 60b9de2ec0b6178fb4832c752b0ec322d8071b1d
Author: Simon Marchi <simon.marchi@efficios.com>
Date:   Tue Feb 25 15:23:13 2025 -0500

    gdb/dwarf: remove unused include in read.c
    
    This include is reported as unused by clangd.
    
    Change-Id: I95b73f85607537551ef54e46551197d1371d621b

Diff:
---
 gdb/dwarf2/read.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
index 5ff80262d03..ecc2c53ba02 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"


More information about the Gdb-cvs mailing list