mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #7839 from ShFil119/impr/redundant
Remove redundant initialization
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user