mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Cleanup.
This commit is contained in:
@@ -302,11 +302,6 @@ namespace bx
|
||||
return int32_t(ptr - _str);
|
||||
}
|
||||
|
||||
int32_t strLen(const StringView& _str, int32_t _max)
|
||||
{
|
||||
return strLen(_str.getPtr(), min(_str.getLength(), _max) );
|
||||
}
|
||||
|
||||
inline int32_t strCopy(char* _dst, int32_t _dstSize, const char* _src, int32_t _num)
|
||||
{
|
||||
BX_ASSERT(NULL != _dst, "_dst can't be NULL!");
|
||||
|
||||
Reference in New Issue
Block a user