Merge pull request #100634 from YYF233333/iwyu2
Remove unused headers in servers
This commit is contained in:
commit
fd5548a8b7
109 changed files with 32 additions and 199 deletions
|
|
@ -184,7 +184,7 @@
|
|||
|
||||
NSInteger skip = 0;
|
||||
if (substringToDelete != nil) {
|
||||
for (NSInteger i = 0; i < MIN([substringToDelete length], [substringToEnter length]); i++) {
|
||||
for (NSUInteger i = 0; i < MIN([substringToDelete length], [substringToEnter length]); i++) {
|
||||
if ([substringToDelete characterAtIndex:i] == [substringToEnter characterAtIndex:i]) {
|
||||
skip++;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue