mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-10-09 04:01:01 +00:00
jtagmkI_close(): remove two unused variables.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@687 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -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
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user