Commit da88dac2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

krnl386.exe16: Remove unused initializers (Clang).

parent 04a9c942
......@@ -998,7 +998,7 @@ notify_done:
*/
static BOOL16 LOCAL_NewHTable( HANDLE16 ds )
{
char *ptr = MapSL( MAKESEGPTR( ds, 0 ) );
char *ptr;
LOCALHEAPINFO *pInfo;
LOCALHANDLEENTRY *pEntry;
HLOCAL16 handle;
......
......@@ -1084,7 +1084,7 @@ LPVOID WINAPI LockResource16( HGLOBAL16 handle )
*/
DWORD WINAPI SizeofResource16( HMODULE16 hModule, HRSRC16 hRsrc )
{
NE_MODULE *pModule = NE_GetPtr( hModule );
NE_MODULE *pModule;
TRACE("(%x, %x)\n", hModule, hRsrc );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment