Remove redundant initialization

This commit is contained in:
Filip Gawin
2019-03-02 19:42:25 +01:00
parent 8e1fb126d7
commit c110ffcdaa
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):