diff options
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r-- | gcc/dwarfout.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 32e056900ab..aaa3d1e5dcb 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -37,12 +37,6 @@ Boston, MA 02111-1307, USA. */ #include "toplev.h" #include "tm_p.h" -#if defined(DWARF_TIMESTAMPS) -#if !defined(POSIX) -extern time_t time PARAMS ((time_t *)); /* FIXME: use NEED_DECLARATION_TIME */ -#endif /* !defined(POSIX) */ -#endif /* defined(DWARF_TIMESTAMPS) */ - /* We cannot use <assert.h> in GCC source, since that would include GCC's assert.h, which may not be compatible with the host compiler. */ #undef assert |