diff options
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index 46e0c435c33..5dbd4a468ea 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -281,10 +281,6 @@ fnotice VPROTO ((FILE *file, const char *msgid, ...)) va_end (ap); } -#ifndef DIR_SEPARATOR -#define DIR_SEPARATOR '/' -#endif - /* More 'friendly' abort that prints the line and file. config.h can #define abort fancy_abort if you like that sort of thing. */ extern void fancy_abort PROTO ((void)) ATTRIBUTE_NORETURN; |