From: Tom Tromey Date: Sun, 3 May 2020 21:58:27 +0000 (-0600) Subject: Remove use of __CYGNUSCLIB__ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59a397f193f5686de648751f12db88062469de9d;p=binutils-gdb.git Remove use of __CYGNUSCLIB__ I found a check of __CYGNUSCLIB__ in dbxread.c. I think this is dead code. This patch removes it. --- diff --git a/gdb/dbxread.c b/gdb/dbxread.c index cf35880b509..4d846990a56 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -31,10 +31,6 @@ for real. dbx_psymtab_to_symtab() is the function that does this */ #include "defs.h" -#if defined(__CYGNUSCLIB__) -#include -#include -#endif #include "gdb_obstack.h" #include