diff options
Diffstat (limited to 'gcc/system.h')
-rw-r--r-- | gcc/system.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/system.h b/gcc/system.h index 3229d5cb224..c8f38fb8034 100644 --- a/gcc/system.h +++ b/gcc/system.h @@ -357,12 +357,6 @@ extern int setrlimit (int, const struct rlimit *); # endif #endif -/* HAVE_VOLATILE only refers to the stage1 compiler. We also check - __STDC__ and assume gcc sets it and has volatile in stage >=2. */ -#if !defined(HAVE_VOLATILE) && !defined(__STDC__) && !defined(volatile) -#define volatile -#endif - #if defined (HAVE_DECL_ABORT) && !HAVE_DECL_ABORT extern void abort (void); #endif |