From 3d57b269229920da7695242415c4feac7b460781 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Wed, 7 Mar 2012 15:19:30 -0500 Subject: [PATCH] [cosmetic] removed unused define --- daemon/nfs41_compound.c | 3 --- daemon/nfs41_ops.c | 3 --- 2 files changed, 6 deletions(-) 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,