--- libaitrpc/src/cli.c 2015/07/02 22:28:15 1.26 +++ libaitrpc/src/cli.c 2016/06/23 15:35:14 1.26.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: cli.c,v 1.26 2015/07/02 22:28:15 misho Exp $ +* $Id: cli.c,v 1.26.4.1 2016/06/23 15:35:14 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -570,7 +570,6 @@ rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short array_t * __restrict in_vars, array_t ** __restrict out_vars) { int type = 0, wlen; - u_char *buf; u_int seq = 0; if (!cli) { @@ -581,7 +580,6 @@ rpc_cli_execCall(rpc_cli_t *cli, int noreply, u_short type = cli->cli_id; else seq = random(); /* sign package */ - buf = AIT_GET_BUF(&cli->cli_buf); } if (out_vars) *out_vars = NULL;