mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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