Remove unused SMB_DIALECT_MAX macro.

Found by:	jhb
This commit is contained in:
Pedro F. Giffuni 2016-04-20 21:13:24 +00:00
parent 4ecb514126
commit a9a25801e8
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ static struct smb_dialect smb_dialects[] = {
{-1, NULL}
};
#define SMB_DIALECT_MAX (nitems(smb_dialects) - 2)
static u_int32_t
smb_vc_maxread(struct smb_vc *vcp)
{