removed remnant test code for cray
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 05:07:15 +0000 (05:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jun 2001 05:07:15 +0000 (05:07 +0000)
lib/mdfour.c

index 19f2bb7..c7bc7ab 100644 (file)
@@ -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))))