cabinet: Remove unused variable in fci_flush_folder.

Gerald Pfeifer gerald at pfeifer.com
Tue Feb 15 19:50:59 CST 2011


---
 dlls/cabinet/fci.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/cabinet/fci.c b/dlls/cabinet/fci.c
index 853c61f..17cbf95 100644
--- a/dlls/cabinet/fci.c
+++ b/dlls/cabinet/fci.c
@@ -1047,7 +1047,7 @@ static BOOL fci_flush_folder( FCI_Int *p_fci_internal,
 {
   int err;
   struct temp_file data1new;
-  UINT cbReserveCFData, cbReserveCFFolder;
+  UINT cbReserveCFData;
   char* reserved;
   cab_ULONG payload;
   cab_ULONG read_result;
@@ -1092,7 +1092,6 @@ static BOOL fci_flush_folder( FCI_Int *p_fci_internal,
   p_fci_internal->fSplitFolder=FALSE;
 
   cbReserveCFData   = p_fci_internal->ccab.cbReserveCFData;
-  cbReserveCFFolder = p_fci_internal->ccab.cbReserveCFFolder;
 
   /* START of COPY */
   /* if there is data in p_fci_internal->data_in */
-- 
1.7.4.1



More information about the wine-patches mailing list