mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
remove statement with no effect
svn path=/trunk/; revision=31978
This commit is contained in:
@@ -254,8 +254,6 @@ LPVOID
|
||||
NTAPI
|
||||
LocalLock(HLOCAL hMem)
|
||||
{
|
||||
/* This is the same as a GlobalLock, assuming these never change */
|
||||
ASSERT(LMEM_LOCKCOUNT == GMEM_LOCKCOUNT);
|
||||
return GlobalLock(hMem);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user