[cosmetic] removed unused define

This commit is contained in:
Olga Kornievskaia 2012-03-07 15:19:30 -05:00
parent 50cdaf6d42
commit 3d57b26922
2 changed files with 0 additions and 6 deletions

View file

@ -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)

View file

@ -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,