Unnecessary BSTR NULL assert before SysStringLen() as the function handles NULL pointers well itself
This commit is contained in:
@@ -183,7 +183,6 @@ namespace winstd
|
|||||||
///
|
///
|
||||||
inline UINT length() const
|
inline UINT length() const
|
||||||
{
|
{
|
||||||
assert(m_h);
|
|
||||||
return SysStringLen(m_h);
|
return SysStringLen(m_h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user