diff options
author | Tim Potter <tpot@samba.org> | 2003-11-23 11:05:31 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-11-23 11:05:31 +0000 |
commit | c32a03ad124c76000a8cd6821f731a845310e7a4 (patch) | |
tree | f6f5806c9143b243c773eda3f434d6d8bcdd91ca | |
parent | 29ee36d0c96ea0c98b3dfd52b2170df9c329b86f (diff) | |
download | samba-c32a03ad124c76000a8cd6821f731a845310e7a4.tar.gz samba-c32a03ad124c76000a8cd6821f731a845310e7a4.tar.bz2 samba-c32a03ad124c76000a8cd6821f731a845310e7a4.zip |
Removed unused variable.
(This used to be commit 40ccaeefed1a3baea356254795c698794cb81384)
-rw-r--r-- | source4/lib/util_str.c | 2 |
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; } |