Remove ADAPTIVE_READ_BUFFERING ifdef
commit5dc66dbc15ad64b59bcb0943fa16961efc84e822
authorIan Kelling <ian@iankelling.org>
Sun, 5 Jul 2015 22:30:27 +0000 (5 15:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jul 2015 02:21:48 +0000 (5 19:21 -0700)
tree202aeae52aac42577f51ce5de90136fa9518912f
parent08150826ae9e2e909d1f5aae8d4bdb4cd205b437
Remove ADAPTIVE_READ_BUFFERING ifdef

* src/process.c (make-process, make-pipe-process, deactivate_process)
(wait_reading_process_output, read_process_output, send_process)
(init_process_emacs): ifdef ADAPTIVE_READ_BUFFERING was originally
added in case there was an operating system in which it was not
useful.  That was 11 years ago and it hasn't happened.  Make
development easier by not considering the effect of changes on a
theoretical OS where this is disabled (Bug#20978).
src/process.c