From 59a397f193f5686de648751f12db88062469de9d Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 3 May 2020 15:58:27 -0600 Subject: [PATCH] Remove use of __CYGNUSCLIB__ I found a check of __CYGNUSCLIB__ in dbxread.c. I think this is dead code. This patch removes it. --- gdb/dbxread.c | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.30.2