libcli/smb: remove unused SMB2_TF_ALGORITHM define
authorStefan Metzmacher <metze@samba.org>
Mon, 6 Oct 2014 11:34:49 +0000 (13:34 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 7 Oct 2014 23:08:40 +0000 (01:08 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Oct  8 01:08:40 CEST 2014 on sn-devel-104

libcli/smb/smb2_constants.h

index 6b13e4f48266547ec43f37d4b8212636a995ed7f..191de2b710dedb79002b338549d099a4005a0ec3 100644 (file)
@@ -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 */