mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:16:07 +00:00
[LIBUSB]
- Avoid pointless assignment in CDMAMemoryManager::Initialize. CID 515285 svn path=/trunk/; revision=73681
This commit is contained in:
parent
9feb079172
commit
4e8b6ffda0
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ CDMAMemoryManager::Initialize(
|
|||
m_PhysicalAddress = PhysicalAddress;
|
||||
m_VirtualBase = VirtualBase;
|
||||
m_DmaBufferSize = DmaBufferSize;
|
||||
m_BitmapBuffer = m_BitmapBuffer;
|
||||
m_Lock = Lock;
|
||||
m_BlockSize = DefaultBlockSize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue