diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/ser-pipe.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bd5ba0cea2f..e5c4c424b8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 77c3a08e9a9..274883c50b1 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -163,8 +163,6 @@ pipe_close (struct serial *scb) } } -static struct serial_ops pipe_ops; - void _initialize_ser_pipe (void) { |