* Makefile.in (VERSION): Bump to 4.7.4.
[deliverable/binutils-gdb.git] / gdb / ser-bsd.c
index befc9614384d1615fc701aaf548b6f48d7d80a99..a7414d7fa61514c359a9ef65ec2bd08bf4c4193a 100644 (file)
@@ -69,8 +69,6 @@ int
 serial_open(name)
      const char *name;
 {
-  struct sgttyb sgttyb;
-
   desc = open (name, O_RDWR);
   if (desc < 0)
     error("Open of %s failed: %s", name, safe_strerror(errno));
This page took 0.02398 seconds and 4 git commands to generate.