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