summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-06-28 05:07:15 +0000
committerAndrew Tridgell <tridge@samba.org>2001-06-28 05:07:15 +0000
commitb7334b4c3102c2c307249f778c7aa5db0cec6f02 (patch)
treea444de9665efad67c50af45adcc1be3f8aa6705f
parenta7f8404ecdad8cc94f20f6a599131535d5c856ef (diff)
downloadrsync-b7334b4c3102c2c307249f778c7aa5db0cec6f02.tar.gz
removed remnant test code for cray
-rw-r--r--lib/mdfour.c2
1 files changed, 0 insertions, 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))))