1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Removed unused variable.

(This used to be commit 40ccaeefed)
This commit is contained in:
Tim Potter 2003-11-23 11:05:31 +00:00
parent 29ee36d0c9
commit c32a03ad12

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;
}