]> git.eshelyaron.com Git - emacs.git/commitdiff
* sysdep.c (wait_for_termination_signal): Remove; unused.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 22:37:08 +0000 (15:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 14 Mar 2011 22:37:08 +0000 (15:37 -0700)
src/ChangeLog
src/sysdep.c

index 97fa2706cbb44ad4ac822bb772aa5f122ea3ad21..d695c20be4269a73b72794a1924ea3b57b46050c 100644 (file)
@@ -1,6 +1,7 @@
 2011-03-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        * 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):
index ac7927e8734e859a1a82ec06651e70b562e4fb5a..e5bf27f4fec77ae22a682f686163da11bf31be2e 100644 (file)
@@ -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) */