aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-10-03 07:16:48 -0700
committerDan Nicolaescu2010-10-03 07:16:48 -0700
commit57507bf8b5e37c0d9355aaafbf5abb46998af392 (patch)
tree5a164dbc3c1bcf7d513f86bec35eec46e0206bb6 /src/ChangeLog
parentdd5ecd6bb5778143554b5f82cd05bab3234bc5e8 (diff)
downloademacs-57507bf8b5e37c0d9355aaafbf5abb46998af392.tar.gz
emacs-57507bf8b5e37c0d9355aaafbf5abb46998af392.zip
Remove unused code.
* src/sysdep.c (select_alarm, sys_select, read_input_waiting): Remove select emulation, all systems support select. (set_exclusive_use): Remove, the only user is in an #if 0 block. * src/process.c (create_process): Remove #if 0 code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2e1864b270e..2ec9f2900f7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12010-10-03 Dan Nicolaescu <dann@ics.uci.edu> 12010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 Remove unused code.
4 * sysdep.c (select_alarm, sys_select, read_input_waiting): Remove
5 select emulation, all systems support select.
6 (set_exclusive_use): Remove, the only user is in an #if 0 block.
7 * process.c (create_process): Remove #if 0 code.
8
3 Remove unused arguments for unexec. 9 Remove unused arguments for unexec.
4 The third one is never used, and the last two are always passed as zero. 10 The third one is never used, and the last two are always passed as zero.
5 * emacs.c (unexec): Add declaration. 11 * emacs.c (unexec): Add declaration.