From c32a03ad124c76000a8cd6821f731a845310e7a4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 23 Nov 2003 11:05:31 +0000 Subject: Removed unused variable. (This used to be commit 40ccaeefed1a3baea356254795c698794cb81384) --- source4/lib/util_str.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib') 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; } -- cgit