remove asynchronous input processing
authorBT Templeton <bpt@hcoop.net>
Wed, 30 May 2012 16:22:35 +0000 (12:22 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 9 Feb 2015 18:04:17 +0000 (13:04 -0500)
commitffcb9420e221f65bcdbadf63fde0f478fd7258ff
tree890d94dc94ad4c7c8d3cdd5a09a84c248734e5d7
parent87ed944822b8616396bd1b16257b7f299047c1a3
remove asynchronous input processing

* configure.in (SYNC_INPUT): Remove this macro definition and its
  associated configure option. All references changed to assume that
  SYNC_INPUT is enabled.
* src/alloc.c (_bytes_used, __malloc_extra_blocks, _malloc_internal)
  (_free_internal, malloc_hysteresis): Remove variables which aren't
  used when SYNC_INPUT is enabled.

Conflicts:

src/alloc.c
src/alloc.c