ole32: Remove an unused variable.
This commit is contained in:
parent
d0e6e4aa82
commit
b7dbfcbd48
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -335,12 +335,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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue