[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1620-g074890b

Volker Lendecke vlendec at samba.org
Thu May 14 13:41:21 GMT 2009


The branch, master has been updated
       via  074890b39ea372a9559a4b040c15654829608ea2 (commit)
      from  8fdb499497f8d4f4a1ca93ffc94de8b57c2c1568 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 074890b39ea372a9559a4b040c15654829608ea2
Author: Volker Lendecke <vl at samba.org>
Date:   Thu May 14 15:39:52 2009 +0200

    Remove two unused variables

-----------------------------------------------------------------------

Summary of changes:
 lib/util/util_strlist.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/util_strlist.c b/lib/util/util_strlist.c
index 2fcbe18..844e8f2 100644
--- a/lib/util/util_strlist.c
+++ b/lib/util/util_strlist.c
@@ -33,7 +33,6 @@
 */
 _PUBLIC_ char **str_list_make_empty(TALLOC_CTX *mem_ctx)
 {
-	int num_elements = 0;
 	char **ret = NULL;
 
 	ret = talloc_array(mem_ctx, char *, 1);
@@ -51,7 +50,6 @@ _PUBLIC_ char **str_list_make_empty(TALLOC_CTX *mem_ctx)
 */
 _PUBLIC_ char **str_list_make_single(TALLOC_CTX *mem_ctx, const char *entry)
 {
-	int num_elements = 0;
 	char **ret = NULL;
 
 	ret = talloc_array(mem_ctx, char *, 2);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list