diff options
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r-- | binutils/dwarf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c index aa8a1df..c8360b5 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -29,10 +29,6 @@ #include "dwarf.h" #include "gdb/gdb-index.h" -#if !HAVE_DECL_STRNLEN -size_t strnlen (const char *, size_t); -#endif - static const char *regname (unsigned int regno, int row); static int have_frame_base; |