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