From b63e78aeebeb407a742f54a569c81496f8fdde5e Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Sat, 17 Jul 2010 13:01:00 -0500 Subject: [PATCH 4/5] ole32: Remove an unused variable. --- dlls/ole32/storage32.c | 2 -- dlls/ole32/storage32.h | 6 ------ 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c index ee8b8f5..003a712 100644 --- a/dlls/ole32/storage32.c +++ b/dlls/ole32/storage32.c @@ -2673,8 +2673,6 @@ static HRESULT StorageImpl_Construct( This->base.reverted = 0; - This->hFile = hFile; - /* * Initialize the big block cache. */ diff --git a/dlls/ole32/storage32.h b/dlls/ole32/storage32.h index 7f0a6d5..4baa099 100644 --- a/dlls/ole32/storage32.h +++ b/dlls/ole32/storage32.h @@ -336,12 +336,6 @@ struct StorageImpl struct StorageBaseImpl base; /* - * The following data members are specific to the Storage32Impl - * class - */ - HANDLE hFile; /* Physical support for the Docfile */ - - /* * File header */ WORD bigBlockSizeBits; -- 1.6.3.3