From b8950c9480bca68fd8c7a619127cb69c9aa684fe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Mar 2011 15:37:08 -0700 Subject: [PATCH] * sysdep.c (wait_for_termination_signal): Remove; unused. --- src/ChangeLog | 1 + src/sysdep.c | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 97fa2706cbb..d695c20be42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2011-03-14 Paul Eggert * sysdep.c (reset_io): Now static. + (wait_for_termination_signal): Remove; unused. * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): (copy_keymap_item, append_key, push_text_char_description): diff --git a/src/sysdep.c b/src/sysdep.c index ac7927e8734..e5bf27f4fec 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -292,10 +292,6 @@ init_baud_rate (int fd) int wait_debugging; /* Set nonzero to make following function work under dbx (at least for bsd). */ -SIGTYPE -wait_for_termination_signal (void) -{} - #ifndef MSDOS /* Wait for subprocess with process id `pid' to terminate and make sure it will get eliminated (not remain forever as a zombie) */ -- 2.39.5