From f9e4105f4170181989c44a2326a8a8a89314fc98 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 May 2012 11:56:36 +0200 Subject: s3:smbd: remove unused 'connection_struct->used' Pair-Programmed-With: Stefan Metzmacher Autobuild-User: Stefan Metzmacher Autobuild-Date: Tue May 22 16:42:22 CEST 2012 on sn-devel-104 --- source3/include/smb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/smb.h b/source3/include/smb.h index b5c674dce6..245ff7be11 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -400,7 +400,6 @@ typedef struct connection_struct { time_t lastused; time_t lastused_count; - bool used; int num_files_open; unsigned int num_smb_operations; /* Count of smb operations on this tree. */ int encrypt_level; -- cgit