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