summaryrefslogtreecommitdiff
path: root/deps/gyp/test/builddir/src/func2.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/builddir/src/func2.c')
-rw-r--r--deps/gyp/test/builddir/src/func2.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/gyp/test/builddir/src/func2.c b/deps/gyp/test/builddir/src/func2.c
deleted file mode 100644
index 14aabac475..0000000000
--- a/deps/gyp/test/builddir/src/func2.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-void func2(void)
-{
- printf("Hello from func2.c\n");
-}