From f0e6e5c37d5921450d030acb98c794f0cf7224a6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 8 Jul 2011 09:45:05 +0200 Subject: s3:libsmb: remove unused enum smb_read_errors infrastructure metze --- source3/include/client.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 2f8a572202..fc591828ae 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -53,8 +53,6 @@ struct cli_state { struct cli_state *prev, *next; int port; int fd; - /* Last read or write error. */ - enum smb_read_errors smb_rw_error; uint16 cnum; uint16 pid; uint16 mid; -- cgit