mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
Remove redundant initialization
This commit is contained in:
@ -44,7 +44,7 @@ TEST(StringUtil, StringEndsWith)
|
||||
TEST(StringUtil, StringPopBackIf)
|
||||
{
|
||||
std::string abc = "abc";
|
||||
std::string empty = "";
|
||||
std::string empty;
|
||||
|
||||
StringPopBackIf(&abc, 'a');
|
||||
StringPopBackIf(&empty, 'a');
|
||||
|
Reference in New Issue
Block a user