Make NO_PTHREADS the sole thread configuration variable
authorDan McGee <dpmcgee@gmail.com>
Sat, 30 Jan 2010 01:22:19 +0000 (19:22 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Jan 2010 19:50:50 +0000 (11:50 -0800)
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>
No differences found