Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
idrassi committed Jan 19, 2021
1 parent d9a319a commit 1f82db5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DirHash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ BOOL GetWindowsVersion(OSVERSIONINFOW* pOSversion)

LPCWSTR GetFileName(LPCWSTR szPath)
{
size_t i, len = wcslen(szPath);
size_t len = wcslen(szPath);
LPCWSTR ptr;
if (len <= 1)
return szPath;
Expand Down Expand Up @@ -2200,7 +2200,6 @@ BOOL IsPathValid(LPCWSTR szPath)

int _tmain(int argc, _TCHAR* argv[])
{
size_t length_of_arg;
HANDLE hFind = INVALID_HANDLE_VALUE;
DWORD dwError = 0;
Hash* pHash = NULL;
Expand Down

0 comments on commit 1f82db5

Please sign in to comment.