aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/fixincludes/inclhack.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/fixincludes/inclhack.def')
-rw-r--r--gcc-4.9/fixincludes/inclhack.def14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc-4.9/fixincludes/inclhack.def b/gcc-4.9/fixincludes/inclhack.def
index 411300fb2..0a6fb80b1 100644
--- a/gcc-4.9/fixincludes/inclhack.def
+++ b/gcc-4.9/fixincludes/inclhack.def
@@ -1140,20 +1140,6 @@ fix = {
};
/*
- * Old Linux kernel's <compiler.h> header breaks Traditional CPP
- */
-fix = {
- hackname = complier_h_tradcpp;
- files = linux/compiler.h;
-
- select = "#define __builtin_warning\\(x, y\\.\\.\\.\\) \\(1\\)";
- c_fix = format;
- c_fix_arg = "/* __builtin_warning(x, y...) is obsolete */";
-
- test_text = "#define __builtin_warning(x, y...) (1)";
-};
-
-/*
* Fix various macros used to define ioctl numbers.
* The traditional syntax was:
*