agent: Don't set variable that won't be used
It exits the loop immediately, so no point to set the variable. And it makes the clang static analyzer happy.
Showing
Please register or sign in to comment
It exits the loop immediately, so no point to set the variable. And it makes the clang static analyzer happy.