mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-29 23:45:27 +00:00
Remove unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@639 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -274,8 +274,6 @@ static int serbb_open(PROGRAMMER *pgm, char *port)
|
||||
|
||||
static void serbb_close(PROGRAMMER *pgm)
|
||||
{
|
||||
int r;
|
||||
|
||||
if (pgm->fd != -1)
|
||||
{
|
||||
(void)tcsetattr(pgm->fd, TCSANOW, &oldmode);
|
||||
|
Reference in New Issue
Block a user