summaryrefslogtreecommitdiff
path: root/tools/gyp/test/no-cpp/src/f.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/no-cpp/src/f.cc')
-rw-r--r--tools/gyp/test/no-cpp/src/f.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/gyp/test/no-cpp/src/f.cc b/tools/gyp/test/no-cpp/src/f.cc
deleted file mode 100644
index 02f50f21a0..0000000000
--- a/tools/gyp/test/no-cpp/src/f.cc
+++ /dev/null
@@ -1,3 +0,0 @@
-extern "C" { void* f(); }
-
-void* f() { return new int; }