From 5739ca900ff83b7caaeb381126a48775b9d3ebef Mon Sep 17 00:00:00 2001 From: Felicity Tarnell Date: Sat, 8 Mar 2014 11:27:06 +0000 Subject: [PATCH] Remove obsolete comment. --- str.c | 3 --- 1 file changed, 3 deletions(-) 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;