summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-11-23 11:05:31 +0000
committerTim Potter <tpot@samba.org>2003-11-23 11:05:31 +0000
commitc32a03ad124c76000a8cd6821f731a845310e7a4 (patch)
treef6f5806c9143b243c773eda3f434d6d8bcdd91ca /source4/lib
parent29ee36d0c96ea0c98b3dfd52b2170df9c329b86f (diff)
downloadsamba-c32a03ad124c76000a8cd6821f731a845310e7a4.tar.gz
samba-c32a03ad124c76000a8cd6821f731a845310e7a4.tar.bz2
samba-c32a03ad124c76000a8cd6821f731a845310e7a4.zip
Removed unused variable.
(This used to be commit 40ccaeefed1a3baea356254795c698794cb81384)
Diffstat (limited to 'source4/lib')
-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;
}