summaryrefslogtreecommitdiff
path: root/deps/gyp/test/standalone-static-library/mylib.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/standalone-static-library/mylib.c')
-rw-r--r--deps/gyp/test/standalone-static-library/mylib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/deps/gyp/test/standalone-static-library/mylib.c b/deps/gyp/test/standalone-static-library/mylib.c
deleted file mode 100644
index 108be618c2..0000000000
--- a/deps/gyp/test/standalone-static-library/mylib.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-void print(void)
-{
- printf("hello from mylib.c\n");
- return;
-}