removed remnant test code for cray
[rsync/rsync.git] / 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))))