diff --git a/daemon/nfs41_compound.c b/daemon/nfs41_compound.c index 372974e..62537a0 100644 --- a/daemon/nfs41_compound.c +++ b/daemon/nfs41_compound.c @@ -31,9 +31,6 @@ #include "rpc/rpc.h" #include "rpc/auth_sspi.h" -#define BUF_SIZE 1024 - - int compound_error(int status) { if (status != NFS4_OK) diff --git a/daemon/nfs41_ops.c b/daemon/nfs41_ops.c index fc158ce..903ecba 100644 --- a/daemon/nfs41_ops.c +++ b/daemon/nfs41_ops.c @@ -33,9 +33,6 @@ #include "daemon_debug.h" #include "util.h" -#define BUF_SIZE 1024 - - int nfs41_exchange_id( IN nfs41_rpc_clnt *rpc, IN client_owner4 *owner,