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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=298375

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