From c295e098c69d06552591ca791ef343471959f1a1 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 4 Jun 2013 14:57:04 +0200 Subject: nfsclient: Delete superfluous assignment --- cpukit/libfs/src/nfsclient/src/rpcio.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/libfs/src/nfsclient/src/rpcio.c b/cpukit/libfs/src/nfsclient/src/rpcio.c index e1bc4c59ba..6d9be33a86 100644 --- a/cpukit/libfs/src/nfsclient/src/rpcio.c +++ b/cpukit/libfs/src/nfsclient/src/rpcio.c @@ -693,7 +693,6 @@ register int i,j; return 0; } /* pick a free table slot and initialize the XID */ - rval->obuf.xid = time(0) ^ (uintptr_t)rval; MU_LOCK(hlock); rval->obuf.xid = (xidHashSeed++ ^ ((uintptr_t)rval>>10)) & XACT_HASH_MSK; i=j=(rval->obuf.xid & XACT_HASH_MSK); -- cgit v1.2.3