summaryrefslogtreecommitdiff
path: root/proc_proxy/test.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 05:46:22 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-19 05:46:22 +0100
commit8df772b3c665e663f6f9d2a70f9c691590bd3f91 (patch)
tree44a12d641ee9b775548cdd4f331217f01f00cbb8 /proc_proxy/test.c
parentd5d19062e39016b362ff8b2921903c81eb3a5453 (diff)
Drop files unrelated to DDE
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;
-}