[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Wed Sep 7 08:48:02 MDT 2011


The branch, master has been updated
       via  4ee613b talloc: Remove an unused variable
      from  0aa5587 s3:idmap/autorid add a small alloc pool to autorid

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


- Log -----------------------------------------------------------------
commit 4ee613ba64cd49667ce934331a5fd8fae67c6795
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Sep 7 14:36:39 2011 +0200

    talloc: Remove an unused variable
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Wed Sep  7 16:47:26 CEST 2011 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.c b/lib/talloc/talloc.c
index 19e6a37..5ea0791 100644
--- a/lib/talloc/talloc.c
+++ b/lib/talloc/talloc.c
@@ -1248,7 +1248,6 @@ static inline void _talloc_free_children_internal(struct talloc_chunk *tc,
 		   final choice is the null context. */
 		void *child = TC_PTR_FROM_CHUNK(tc->child);
 		const void *new_parent = null_context;
-		struct talloc_chunk *old_parent = NULL;
 		if (unlikely(tc->child->refs)) {
 			struct talloc_chunk *p = talloc_parent_chunk(tc->child->refs);
 			if (p) new_parent = TC_PTR_FROM_CHUNK(p);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list