mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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:
@ -31,10 +31,6 @@
|
|||||||
for real. dbx_psymtab_to_symtab() is the function that does this */
|
for real. dbx_psymtab_to_symtab() is the function that does this */
|
||||||
|
|
||||||
#include "defs.h"
|
#include "defs.h"
|
||||||
#if defined(__CYGNUSCLIB__)
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <fcntl.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "gdb_obstack.h"
|
#include "gdb_obstack.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
Reference in New Issue
Block a user