Fixed unused variable warnings.

This commit is contained in:
Armin Novak 2018-08-23 13:06:34 +02:00
parent 59819818f3
commit a3819f65e8
1 changed files with 0 additions and 3 deletions

View File

@ -1491,7 +1491,6 @@ static BOOL update_message_PointerCached(rdpContext* context,
/* Message Queue */
static BOOL update_message_free_update_class(wMessage* msg, int type)
{
int status = 0;
rdpContext* context;
if (!msg)
@ -2038,8 +2037,6 @@ static BOOL update_message_free_altsec_update_class(wMessage* msg, int type)
static BOOL update_message_process_altsec_update_class(rdpUpdateProxy* proxy, wMessage* msg,
int type)
{
int status = 0;
if (!proxy || !msg)
return FALSE;