Unnecessary BSTR NULL assert before SysStringLen() as the function handles NULL pointers well itself

This commit is contained in:
Simon Rozman 2016-06-15 13:04:31 +02:00
parent e4f5b63a85
commit 385986f704

View File

@ -183,7 +183,6 @@ namespace winstd
///
inline UINT length() const
{
assert(m_h);
return SysStringLen(m_h);
}