summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-05-10 15:57:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-05-10 15:57:37 +0300
commit5297332f86620fec0535b85173b41bd2cc67e7ae (patch)
treec0f7519dceecb4ae65a436abafde12f2597a53ea /include
parent3f63549751e03b378801fe3e69c0017d81edc7bb (diff)
mad code removed
Diffstat (limited to 'include')
-rw-r--r--include/m_string.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_string.h b/include/m_string.h
index 483423cb9a..20b19b02f1 100644
--- a/include/m_string.h
+++ b/include/m_string.h
@@ -137,10 +137,6 @@ public:
CMSimpleStringT(const XCHAR* pchSrc, int nLength);
~CMSimpleStringT();
- __forceinline operator CMSimpleStringT<BaseType>&()
- { return *(CMSimpleStringT<BaseType>*)this;
- }
-
CMSimpleStringT& operator=(const CMSimpleStringT& strSrc);
__forceinline CMSimpleStringT& operator=(PCXSTR pszSrc)