From: Andrew Tridgell Date: Thu, 28 Jun 2001 05:07:15 +0000 (+0000) Subject: removed remnant test code for cray X-Git-Tag: mbp_bk_export0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7334b4c3102c2c307249f778c7aa5db0cec6f02;p=thirdparty%2Frsync.git removed remnant test code for cray --- diff --git a/lib/mdfour.c b/lib/mdfour.c index 19f2bb7c..c7bc7abf 100644 --- a/lib/mdfour.c +++ b/lib/mdfour.c @@ -28,8 +28,6 @@ static struct mdfour *m; -typedef unsigned long long uint64; - #define MASK32 (0xffffffff) #define F(X,Y,Z) ((((X)&(Y)) | ((~(X))&(Z))))