summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h')
-rw-r--r--Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h b/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h
deleted file mode 100644
index 3a8a15d38..000000000
--- a/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/resources/Fake.framework/Headers/Pass.h
+++ /dev/null
@@ -1,6 +0,0 @@
-// A macro word in a #error should not matter, that is just a coincidence.
-#error PLATFORM
-
-// There are references to a OS2, but that is not the OS() macro.
-#if defined(__OS2__) || defined(OS2)
-#endif