From fcdda8f44372b567b866b0eee90c7a9444f7f96c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 30 Jul 2010 16:18:51 +0200 Subject: s3: Remove "cli" from "struct finfo" --- source3/include/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/client.h b/source3/include/client.h index c73d0b41a5..505f7e4d3c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -274,7 +274,6 @@ struct cli_state { }; struct file_info { - struct cli_state *cli; uint64_t size; uint16 mode; uid_t uid; -- cgit