From 307abd61df586baac6cb0bef4272c633c526a7bf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 27 Sep 2013 05:45:21 +0200 Subject: s3:libsmb: remove unused cli_state->case_sensitive Bug: https://bugzilla.samba.org/show_bug.cgi?id=10200 Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/include/client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index babcfb8a66..35fa2f178a 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -89,8 +89,6 @@ struct cli_state { bool use_oplocks; /* should we use oplocks? */ - bool case_sensitive; /* False by default. */ - /* Where (if anywhere) this is mounted under DFS. */ char *dfs_mountpoint; -- cgit