summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/cflags/ccfile.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/cflags/ccfile.cc')
-rw-r--r--deps/gyp/test/mac/cflags/ccfile.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/gyp/test/mac/cflags/ccfile.cc b/deps/gyp/test/mac/cflags/ccfile.cc
deleted file mode 100644
index 1a54d18eec..0000000000
--- a/deps/gyp/test/mac/cflags/ccfile.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifdef CFLAG
-#error CFLAG should not be set
-#endif
-
-#ifndef CCFLAG
-#error CCFLAG should be set
-#endif