mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 05:08:16 +00:00
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->hFile = hFile;
|
||||
|
||||
/*
|
||||
* Initialize the big block cache.
|
||||
*/
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user