Remove const call to take_front
Summary: take_front() is a const member of StringRef. Calling it does nothing. This suggests that this line of code is useless, deleting it. But it's good to double check, what was the original intention here? (cherry picked from FBD21697637)
Loading
Please sign in to comment