From 5496a4810b112dfbb5acfdff08de685dbd48fd40 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 2 Mar 2020 17:33:31 +0300 Subject: code cleaning --- include/m_string.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/m_string.inl b/include/m_string.inl index 7981115e92..6b2817601c 100644 --- a/include/m_string.inl +++ b/include/m_string.inl @@ -891,7 +891,6 @@ int CMStringT::Remove(XCHAR chRemove) while (pszSource < pszEnd) { PXSTR pszNewSource = StringTraits::CharNext(pszSource); if (*pszSource != chRemove) { - // Copy the source to the destination. Remember to copy all bytes of an MBCS character // Copy the source to the destination. Remember to copy all bytes of an MBCS character size_t NewSourceGap = (pszNewSource - pszSource); PXSTR pszNewDest = pszDest + NewSourceGap; -- cgit v1.2.3