Remove obsolete comment.

This commit is contained in:
Felicity Tarnell 2014-03-08 11:27:06 +00:00
parent e8ccd681e3
commit 5739ca900f

3
str.c
View file

@ -45,9 +45,6 @@ wchar_t *r;
p++; p++;
while (*++q) { while (*++q) {
/* Handle escaping with backslash; currently works but the \ isn't
* removed from the string.
*/
if (!isbsl && (*q == '\\')) { if (!isbsl && (*q == '\\')) {
isbsl = 1; isbsl = 1;
continue; continue;