Commit b7dbfcbd authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

ole32: Remove an unused variable.

parent d0e6e4aa
...@@ -2673,8 +2673,6 @@ static HRESULT StorageImpl_Construct( ...@@ -2673,8 +2673,6 @@ static HRESULT StorageImpl_Construct(
This->base.reverted = 0; This->base.reverted = 0;
This->hFile = hFile;
/* /*
* Initialize the big block cache. * Initialize the big block cache.
*/ */
......
...@@ -336,12 +336,6 @@ struct StorageImpl ...@@ -336,12 +336,6 @@ struct StorageImpl
struct StorageBaseImpl base; struct StorageBaseImpl base;
/* /*
* The following data members are specific to the Storage32Impl
* class
*/
HANDLE hFile; /* Physical support for the Docfile */
/*
* File header * File header
*/ */
WORD bigBlockSizeBits; WORD bigBlockSizeBits;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment