jtagmkI_close(): remove two unused variables.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@687 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2006-11-20 22:07:25 +00:00
parent 80d0bb3ee7
commit 46e0286657
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-11-20 Joerg Wunsch <j@uriah.heep.sax.de>
* jtagmkI.c (jtagmkI_close): remove two unused variables.
2006-11-20 Joerg Wunsch <j@uriah.heep.sax.de>
* avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to

View File

@ -681,7 +681,6 @@ static int jtagmkI_open(PROGRAMMER * pgm, char * port)
static void jtagmkI_close(PROGRAMMER * pgm)
{
unsigned char buf[1], resp[2];
if (verbose >= 2)
fprintf(stderr, "%s: jtagmkI_close()\n", progname);