]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
warnings: remove unnecessary file
authorSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 08:02:51 +0000 (09:02 +0100)
committerSami Kerola <kerolasa@iki.fi>
Sun, 14 Aug 2016 19:56:37 +0000 (20:56 +0100)
The hello.c was added in commit de3d6bc16efea7e63910cce568498eed0e2cf45a

hello.c [deleted file]

diff --git a/hello.c b/hello.c
deleted file mode 100644 (file)
index 5336875..0000000
--- a/hello.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-typedef int socklen_t; 
-
-socklen_t main (int argc, char **argv)
-{
-  printf ("hello world. \n"); 
-  return 2;
-}