summaryrefslogtreecommitdiff
path: root/proc_proxy/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc_proxy/test.c')
-rw-r--r--proc_proxy/test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/proc_proxy/test.c b/proc_proxy/test.c
deleted file mode 100644
index fa3591c0..00000000
--- a/proc_proxy/test.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main (int argc, char *argv[])
-{
- printf ("hello world: %s\n", argv[1]);
- return 0;
-}