1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-22 16:23:49 +03:00

Removed unused variable.

This commit is contained in:
Tim Potter
-
parent b4792b7b31
commit 40ccaeefed

View File

@@ -1097,8 +1097,6 @@ size_t strlen_m(const char *s)
**/
size_t strlen_m_term(const char *s)
{
size_t count = 0;
if (!s) {
return 0;
}