diff options
| author | Paul Eggert | 2011-03-14 15:37:08 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 15:37:08 -0700 |
| commit | b8950c9480bca68fd8c7a619127cb69c9aa684fe (patch) | |
| tree | cc9d1d46df4377f45d58794303eeff7c8dcf569a /src | |
| parent | 604efe86a9fa5ab29cb701136b4a2dac1526062a (diff) | |
| download | emacs-b8950c9480bca68fd8c7a619127cb69c9aa684fe.tar.gz emacs-b8950c9480bca68fd8c7a619127cb69c9aa684fe.zip | |
* sysdep.c (wait_for_termination_signal): Remove; unused.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 1 | ||||
| -rw-r--r-- | src/sysdep.c | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 97fa2706cbb..d695c20be42 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c (reset_io): Now static. | 3 | * sysdep.c (reset_io): Now static. |
| 4 | (wait_for_termination_signal): Remove; unused. | ||
| 4 | 5 | ||
| 5 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): | 6 | * keymap.c (keymap_parent, keymap_memberp, map_keymap_internal): |
| 6 | (copy_keymap_item, append_key, push_text_char_description): | 7 | (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) | |||
| 292 | int wait_debugging; /* Set nonzero to make following function work under dbx | 292 | int wait_debugging; /* Set nonzero to make following function work under dbx |
| 293 | (at least for bsd). */ | 293 | (at least for bsd). */ |
| 294 | 294 | ||
| 295 | SIGTYPE | ||
| 296 | wait_for_termination_signal (void) | ||
| 297 | {} | ||
| 298 | |||
| 299 | #ifndef MSDOS | 295 | #ifndef MSDOS |
| 300 | /* Wait for subprocess with process id `pid' to terminate and | 296 | /* Wait for subprocess with process id `pid' to terminate and |
| 301 | make sure it will get eliminated (not remain forever as a zombie) */ | 297 | make sure it will get eliminated (not remain forever as a zombie) */ |