Skip to content

Commit cfd7b89

Browse files
committed
Revert "Add TODO for further optimization possibility"
This reverts commit 12976d2.
1 parent 12976d2 commit cfd7b89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/mysqlnd/mysqlnd_charset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset
837837
escapestr--;
838838
continue;
839839
} else if (cset->mb_charlen(*escapestr) > 1) {
840-
/* TODO: check if this branch can actually be taken */
841840
esc = *escapestr;
842841
}
843842
}

0 commit comments

Comments
 (0)