summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/util_str.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/util_str.c b/source4/lib/util_str.c
index 6005a3e49a..ace2e19be3 100644
--- a/source4/lib/util_str.c
+++ b/source4/lib/util_str.c
@@ -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;
}