author | Dan McGee <dpmcgee@gmail.com> | |
Sat, 30 Jan 2010 01:22:19 +0000 (19:22 -0600) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 31 Jan 2010 19:50:50 +0000 (11:50 -0800) | ||
commit | 7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24 | |
tree | 78b1390ba8ce18edc9440a494d50387a7dec7370 | tree | snapshot |
parent | b0883aa6c77111e88496bd0afe073caf68ab9f99 | commit | diff |
Make NO_PTHREADS the sole thread configuration variable
When the first piece of threaded code was introduced in commit 8ecce684, it
came with its own THREADED_DELTA_SEARCH Makefile option. Since this time,
more threaded code has come into the codebase and a NO_PTHREADS option has
also been added. Get rid of the original option as the newer, more generic
option covers everything we need.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
When the first piece of threaded code was introduced in commit 8ecce684, it
came with its own THREADED_DELTA_SEARCH Makefile option. Since this time,
more threaded code has come into the codebase and a NO_PTHREADS option has
also been added. Get rid of the original option as the newer, more generic
option covers everything we need.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>