diff options
Diffstat (limited to 'gdb/ser-pipe.c')
-rw-r--r-- | gdb/ser-pipe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ser-pipe.c b/gdb/ser-pipe.c index ae989a0..cb94242 100644 --- a/gdb/ser-pipe.c +++ b/gdb/ser-pipe.c @@ -36,8 +36,6 @@ static int pipe_open (struct serial *scb, const char *name); static void pipe_close (struct serial *scb); -extern void _initialize_ser_pipe (void); - struct pipe_state { int pid; |