summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/objc-arc/mm-file.mm
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/mac/objc-arc/mm-file.mm')
-rw-r--r--deps/gyp/test/mac/objc-arc/mm-file.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/gyp/test/mac/objc-arc/mm-file.mm b/deps/gyp/test/mac/objc-arc/mm-file.mm
deleted file mode 100644
index 9467e96563..0000000000
--- a/deps/gyp/test/mac/objc-arc/mm-file.mm
+++ /dev/null
@@ -1,5 +0,0 @@
-#if !__has_feature(objc_arc)
-#error "ObjC++ files with CLANG_ENABLE_OBJC_ARC should be ARC'd!"
-#endif
-
-void mm_fun() {}