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