From: Nicholas Nethercote Date: Wed, 11 May 2005 19:03:57 +0000 (+0000) Subject: Remove dead macro. X-Git-Tag: svn/VALGRIND_3_0_0~654 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7aa13765c48471c301fec5b406d7f645dad779f;p=thirdparty%2Fvalgrind.git Remove dead macro. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3664 --- diff --git a/include/tool.h b/include/tool.h index 5f5b7897d6..cdf5849ebd 100644 --- a/include/tool.h +++ b/include/tool.h @@ -47,9 +47,6 @@ /*=== Build options and table sizes. ===*/ /*====================================================================*/ -/* You should be able to change these options or sizes, recompile, and - still have a working system. */ - /* The maximum number of pthreads that we support. This is deliberately not very high since our implementation of some of the scheduler algorithms is surely O(N) in the number of threads, since @@ -57,10 +54,6 @@ programs do not need many threads. */ #define VG_N_THREADS 100 -/* Maximum number of pthread keys available. Again, we start low until - the need for a higher number presents itself. */ -#define VG_N_THREAD_KEYS 50 - /*====================================================================*/ /*=== Useful macros ===*/