Eliminate unused variables.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@139 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean 2002-08-01 01:01:17 +00:00
parent 4d2df35736
commit 4f7b087bbb
1 changed files with 0 additions and 2 deletions

2
avr.c
View File

@ -1019,7 +1019,6 @@ int avr_verify(AVRPART * p, AVRPART * v, char * memtype, int size)
int avr_get_cycle_count(int fd, AVRPART * p)
{
int size;
AVRMEM * a;
int cycle_count;
unsigned char v1, v2;
@ -1051,7 +1050,6 @@ int avr_get_cycle_count(int fd, AVRPART * p)
int avr_put_cycle_count(int fd, AVRPART * p, int cycles)
{
int size;
AVRMEM * a;
unsigned char v1, v2;
int rc;