Browse Source

remove unneeded duplicate sid definition

Mike Frysinger 18 years ago
parent
commit
064d44317d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libc/termios/tcgetsid.c

+ 0 - 1
libc/termios/tcgetsid.c

@@ -39,7 +39,6 @@ tcgetsid (fd)
   if (! tiocgsid_does_not_work)
     {
       int serrno = errno;
-      int sid;
 
       if (ioctl (fd, TIOCGSID, &sid) < 0)
 	{