ole32: Remove an unused variable.

This commit is contained in:
Vincent Povirk 2010-07-17 13:01:00 -05:00 committed by Alexandre Julliard
parent d0e6e4aa82
commit b7dbfcbd48
2 changed files with 0 additions and 8 deletions

View File

@ -2673,8 +2673,6 @@ static HRESULT StorageImpl_Construct(
This->base.reverted = 0;
This->hFile = hFile;
/*
* Initialize the big block cache.
*/

View File

@ -335,12 +335,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
*/