remove statement with no effect

svn path=/trunk/; revision=31978
This commit is contained in:
Christoph von Wittich
2008-01-24 20:47:56 +00:00
parent 94f5c1c49c
commit 6a395541bb
-2
View File
@@ -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);
}