Remove use of __CYGNUSCLIB__

I found a check of __CYGNUSCLIB__ in dbxread.c.  I think this is dead
code.  This patch removes it.
This commit is contained in:
Tom Tromey
2020-05-03 15:58:27 -06:00
parent c5e91131d7
commit 59a397f193

View File

@ -31,10 +31,6 @@
for real. dbx_psymtab_to_symtab() is the function that does this */
#include "defs.h"
#if defined(__CYGNUSCLIB__)
#include <sys/types.h>
#include <fcntl.h>
#endif
#include "gdb_obstack.h"
#include <sys/stat.h>