From 2d148b942b2f3b06148a38891af415a34f33a7bd Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 5 May 2010 20:01:34 +0000 Subject: 2010-05-05 Michael Snyder * ser-pipe.c (top level): Delete unused global variable. --- gdb/ser-pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/ser-pipe.c') diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index 77c3a08..274883c 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) { -- cgit v1.1