From: Andrew Tridgell Date: Thu, 28 Jun 2001 05:07:15 +0000 (+0000) Subject: removed remnant test code for cray X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b7334b4c3102c2c307249f778c7aa5db0cec6f02 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))))