[libc++] Remove not needed call to __is_long()
The string is known to be long since __grow_by unconditionally calls __set_long_cap(). Differential Revision: https://reviews.llvm.org/D113910
Loading
Please sign in to comment
The string is known to be long since __grow_by unconditionally calls __set_long_cap(). Differential Revision: https://reviews.llvm.org/D113910