[nfq/darkmagic.c:1324]: (style) Variable 'errorcode' is assigned a value that is never used

This commit is contained in:
[anp/hsw] 2024-08-17 21:37:30 +07:00 committed by bol-van
parent 8da4a89fff
commit c38067b255

View File

@ -1321,7 +1321,6 @@ static bool logical_net_filter_match_rate_limited(void)
static HANDLE windivert_init_filter(const char *filter, UINT64 flags)
{
LPSTR errormessage = NULL;
DWORD errorcode = 0;
HANDLE h, hMutex;
const char *mutex_name = "Global\\winws_windivert_mutex";