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