misc: Remove unused structure elements
authorSimo Sorce <idra@samba.org>
Tue, 20 Jul 2010 22:39:46 +0000 (18:39 -0400)
committerSimo Sorce <idra@samba.org>
Wed, 28 Jul 2010 16:20:13 +0000 (12:20 -0400)
source3/include/client.h

index ee5afc827365ead9e88ba37a1e28b3de179baf45..c73d0b41a5c0e4052dead515b3e6d2ca72640148 100644 (file)
@@ -215,7 +215,6 @@ struct cli_state {
        fstring dev;
        struct nmb_name called;
        struct nmb_name calling;
-       fstring full_dest_host_name;
        struct sockaddr_storage dest_ss;
 
        DATA_BLOB secblob; /* cryptkey or negTokenInit */
@@ -241,11 +240,6 @@ struct cli_state {
        uint32_t requested_posix_capabilities;
        bool dfsroot;
 
-#if 0
-       TALLOC_CTX *longterm_mem_ctx;
-       TALLOC_CTX *call_mem_ctx;
-#endif
-
        struct smb_signing_state *signing_state;
 
        struct smb_trans_enc_state *trans_enc_state; /* Setup if we're encrypting SMB's. */