From 449283c25ce59ba8473d123d7aed7b43a5a0d38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sun, 3 Apr 2005 20:40:21 +0000 Subject: [PATCH] remove unused variables git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1976 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/tmv7.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kenwood/tmv7.c b/kenwood/tmv7.c index fee3caefe..399e5e182 100644 --- a/kenwood/tmv7.c +++ b/kenwood/tmv7.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - TM-V7 description * Copyright (c) 2004-2005 by Stephane Fillod * - * $Id: tmv7.c,v 1.11 2005-04-03 20:14:26 fillods Exp $ + * $Id: tmv7.c,v 1.12 2005-04-03 20:40:21 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -655,9 +655,8 @@ int tmv7_set_channel(RIG *rig, const channel_t *chan) /*-------------------------------------------------------------------- */ int tmv7_open(RIG *rig) { - char ackbuf[ACKBUF_LEN],*strl,*stru; - int retval,i,ack_len=ACKBUF_LEN; - const freq_range_t frend=RIG_FRNG_END; + char ackbuf[ACKBUF_LEN]; + int retval,ack_len=ACKBUF_LEN; /* just to be sure it's a TM-V7 */ retval = kenwood_transaction(rig, "ID"EOM, 3, ackbuf, &ack_len);