r11125: remove unused variables
authorGerald Carter <jerry@samba.org>
Mon, 17 Oct 2005 16:55:23 +0000 (16:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:01 +0000 (11:05 -0500)
source/libmsrpc/libmsrpc.c

index 252e4ae0be9d79aec0563786ce6453dfa7b7eaa0..036798b83dd9862747cda6fa7f5113a1ab3d4b89 100644 (file)
@@ -213,8 +213,6 @@ int cac_Connect(CacServerHandle *hnd, const char *srv) {
 
 void cac_FreeHandle(CacServerHandle * hnd) {
    SMBCSRV *srv = NULL;
-   uint32 i     = 0;
-   struct rpc_pipe_client *pipe_hnd = NULL;
 
    if(!hnd)
       return;