diff --git a/str.c b/str.c index ca4836f..9082c4f 100644 --- a/str.c +++ b/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;