Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfeecc82 authored by Kinglong Mee's avatar Kinglong Mee Committed by J. Bruce Fields
Browse files

nfsd: get rid of unused macro definition



Since defined in Linux-2.6.12-rc2, READTIME has not been used.

Signed-off-by: default avatarKinglong Mee <kinglongmee@gmail.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent eba1c99c
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -103,11 +103,6 @@ xdr_error: \
	(x) = (u64)ntohl(*p++) << 32;		\
	(x) = (u64)ntohl(*p++) << 32;		\
	(x) |= ntohl(*p++);			\
	(x) |= ntohl(*p++);			\
} while (0)
} while (0)
#define READTIME(x)       do {			\
	p++;					\
	(x) = ntohl(*p++);			\
	p++;					\
} while (0)
#define READMEM(x,nbytes) do {			\
#define READMEM(x,nbytes) do {			\
	x = (char *)p;				\
	x = (char *)p;				\
	p += XDR_QUADLEN(nbytes);		\
	p += XDR_QUADLEN(nbytes);		\