]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
remove unused variable
authorGerald Carter <jerry@samba.org>
Mon, 22 Mar 2004 23:05:02 +0000 (23:05 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 22 Mar 2004 23:05:02 +0000 (23:05 +0000)
(This used to be commit 170c443b19604c3ec997ae494954c473e356e59d)

source3/rpc_client/cli_pipe.c

index 82a4b21754e63e0ccffb76b9cd9e7137aff816a0..f425a24d080738fe2933116b48671a5421d81745 100644 (file)
@@ -1221,8 +1221,6 @@ static BOOL valid_pipe_name(const int pipe_idx, RPC_IFACE *abstract, RPC_IFACE *
 
 static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer)
 {
-       int i = 0;
-
 # if 0 /* JERRY -- apparently ASU forgets to fill in the server pipe name sometimes */
        if ( hdr_ba->addr.len <= 0)
                return False;