From 3e2d4199c34352e2af5fb95b5ecb6f7c0b20cbff Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 6 Oct 2014 13:34:49 +0200 Subject: libcli/smb: remove unused SMB2_TF_ALGORITHM define Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Oct 8 01:08:40 CEST 2014 on sn-devel-104 --- libcli/smb/smb2_constants.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libcli') diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 6b13e4f482..191de2b710 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -29,7 +29,6 @@ #define SMB2_TF_MSG_SIZE 0x24 /* 4 bytes */ #define SMB2_TF_RESERVED 0x28 /* 2 bytes */ #define SMB2_TF_FLAGS 0x2A /* 2 bytes */ -#define SMB2_TF_ALGORITHM SMB2_TF_FLAGS /* only dialect < 0x310 */ #define SMB2_TF_SESSION_ID 0x2C /* 8 bytes */ #define SMB2_TF_HDR_SIZE 0x34 /* 52 bytes */ -- cgit