From: Sami Kerola Date: Sun, 14 Aug 2016 08:02:51 +0000 (+0100) Subject: warnings: remove unnecessary file X-Git-Tag: v0.88~38^2~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e93bb293fc6a2a9002939d7d01c081253e40601;p=thirdparty%2Fmtr.git warnings: remove unnecessary file The hello.c was added in commit de3d6bc16efea7e63910cce568498eed0e2cf45a --- diff --git a/hello.c b/hello.c deleted file mode 100644 index 5336875..0000000 --- a/hello.c +++ /dev/null @@ -1,9 +0,0 @@ -#include - -typedef int socklen_t; - -socklen_t main (int argc, char **argv) -{ - printf ("hello world. \n"); - return 2; -}