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