Remove some unused code.

This commit is contained in:
2021-03-14 18:50:14 +00:00
parent b1f7226cfa
commit 1fa25644d1
13 changed files with 11 additions and 48 deletions

View File

@@ -43,7 +43,7 @@ Copyright (C) 2011-2021 Natalia Portillo
void DeleteFiles(const char* path)
{
char filename[9];
DWORD pos = 0;
DWORD pos;
HANDLE h;
BOOL ret;
DWORD error;