Module: wine Branch: master Commit: b7dbfcbd48bd7d4352c2ff188805972f732f2b17 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b7dbfcbd48bd7d4352c2ff1888...
Author: Vincent Povirk vincent@codeweavers.com Date: Sat Jul 17 13:01:00 2010 -0500
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 0eefb09..64db9f6 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;