Remove obsolete comment.
This commit is contained in:
parent
e8ccd681e3
commit
5739ca900f
1 changed files with 0 additions and 3 deletions
3
str.c
3
str.c
|
|
@ -45,9 +45,6 @@ wchar_t *r;
|
|||
p++;
|
||||
|
||||
while (*++q) {
|
||||
/* Handle escaping with backslash; currently works but the \ isn't
|
||||
* removed from the string.
|
||||
*/
|
||||
if (!isbsl && (*q == '\\')) {
|
||||
isbsl = 1;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue