r17472: Remove unused variable.
authorRafal Szczesniak <mimir@samba.org>
Wed, 9 Aug 2006 22:10:26 +0000 (22:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:15:27 +0000 (14:15 -0500)
rafal
(This used to be commit 04c94e4a52b9253c6d2ae6e8376338f0b20dd070)

source4/libnet/libnet_rpc.c

index 1e605201ae0858ab7d38300637feb8054851360d..eedef7989d30c01ce77cb9fba1543dfb771a1005 100644 (file)
@@ -107,7 +107,6 @@ static void continue_pipe_connect(struct composite_context *ctx)
 {
        struct composite_context *c;
        struct rpc_connect_srv_state *s;
-       struct composite_context *pipe_connect_req;
 
        c = talloc_get_type(ctx->async.private_data, struct composite_context);
        s = talloc_get_type(c->private_data, struct rpc_connect_srv_state);