summaryrefslogtreecommitdiff
path: root/contrib/gcc/config/xm-alloca.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/xm-alloca.h')
-rw-r--r--contrib/gcc/config/xm-alloca.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/config/xm-alloca.h b/contrib/gcc/config/xm-alloca.h
deleted file mode 100644
index 3dbdc37a1f0a..000000000000
--- a/contrib/gcc/config/xm-alloca.h
+++ /dev/null
@@ -1,4 +0,0 @@
-/* If not compiled with GNU C, use the portable alloca. */
-#ifndef __GNUC__
-#define USE_C_ALLOCA
-#endif