aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-next.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/xm-next.h')
-rw-r--r--gcc/config/i386/xm-next.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/i386/xm-next.h b/gcc/config/i386/xm-next.h
deleted file mode 100644
index bf903281a0d..00000000000
--- a/gcc/config/i386/xm-next.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "i386/xm-i386.h"
-
-/* malloc does better with chunks the size of a page. */
-
-#define OBSTACK_CHUNK_SIZE (getpagesize ())