From b7334b4c3102c2c307249f778c7aa5db0cec6f02 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Jun 2001 05:07:15 +0000 Subject: [PATCH] removed remnant test code for cray --- lib/mdfour.c | 2 -- 1 file changed, 2 deletions(-) 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)))) -- 2.34.1