diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-14 15:37:08 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-14 15:37:08 -0700 |
commit | b8950c9480bca68fd8c7a619127cb69c9aa684fe (patch) | |
tree | cc9d1d46df4377f45d58794303eeff7c8dcf569a /src/sysdep.c | |
parent | 604efe86a9fa5ab29cb701136b4a2dac1526062a (diff) | |
download | emacs-b8950c9480bca68fd8c7a619127cb69c9aa684fe.tar.gz |
* sysdep.c (wait_for_termination_signal): Remove; unused.
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) */ |