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