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:
parent
80d0bb3ee7
commit
46e0286657
|
@ -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>
|
2006-11-20 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
* avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to
|
* avr.c: Replace the fallback of avr_read_byte() and avr_write_byte() to
|
||||||
|
|
|
@ -681,7 +681,6 @@ static int jtagmkI_open(PROGRAMMER * pgm, char * port)
|
||||||
|
|
||||||
static void jtagmkI_close(PROGRAMMER * pgm)
|
static void jtagmkI_close(PROGRAMMER * pgm)
|
||||||
{
|
{
|
||||||
unsigned char buf[1], resp[2];
|
|
||||||
|
|
||||||
if (verbose >= 2)
|
if (verbose >= 2)
|
||||||
fprintf(stderr, "%s: jtagmkI_close()\n", progname);
|
fprintf(stderr, "%s: jtagmkI_close()\n", progname);
|
||||||
|
|
Loading…
Reference in New Issue