Skip to content

Commit 5281246

Browse files
authored
Remove clear on returned value
1 parent c535126 commit 5281246

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/http_utils.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,10 +255,6 @@ void get_ip_str(
255255
{
256256
result = to_ret;
257257
}
258-
else
259-
{
260-
result.clear();
261-
}
262258
}
263259
}
264260

0 commit comments

Comments
 (0)