2010-05-05 Michael Snyder <msnyder@vmware.com>

* ser-pipe.c (top level): Delete unused global variable.
This commit is contained in:
Michael Snyder 2010-05-05 20:01:34 +00:00
parent e0f069a3ea
commit 2d148b942b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2010-05-05 Michael Snyder <msnyder@vmware.com>
* ser-pipe.c (top level): Delete unused global variable.
* linux-record.c (record_linux_system_call):
Delete unused variables.

View File

@ -163,8 +163,6 @@ pipe_close (struct serial *scb)
}
}
static struct serial_ops pipe_ops;
void
_initialize_ser_pipe (void)
{