remove superfluous else block (#7620)
The else block would be executed when newlen == 0 and in the case memmove won't be called, so there's no need to set start.
Please register or sign in to comment
The else block would be executed when newlen == 0 and in the case memmove won't be called, so there's no need to set start.