Merge pull request #7839 from ShFil119/impr/redundant

Remove redundant initialization
This commit is contained in:
Léo Lam 2019-05-04 22:50:51 +02:00 committed by GitHub
commit 99a4ca8de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 25 additions and 25 deletions

View file

@ -194,7 +194,7 @@ void SetUserDirectory(const std::string& custom_path)
return;
}
std::string user_path = "";
std::string user_path;
#ifdef _WIN32
// Detect where the User directory is. There are five different cases
// (on top of the command line flag, which overrides all this):