removed some gcc warnings. mainly unused variables.

This commit is contained in:
roman
2015-08-23 17:59:24 +02:00
parent 776b4fc91a
commit 59cc92b388
4 changed files with 1 additions and 7 deletions

View File

@@ -413,7 +413,6 @@ BOOL SetLockPagesPrivilege(HANDLE hProcess, BOOL bEnable)
void slow_hash_allocate_state(void)
{
int state = 0;
if(hp_state != NULL)
return;