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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user