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:
Joerg Wunsch 2006-09-01 10:06:53 +00:00
parent 4a55a6583a
commit 1b3fb6a84a
1 changed files with 0 additions and 2 deletions

View File

@ -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);