]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead macro.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 11 May 2005 19:03:57 +0000 (19:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 11 May 2005 19:03:57 +0000 (19:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3664

include/tool.h

index 5f5b7897d614cce1a2301c42dcc4b950c2151653..cdf5849ebd2a3865c7e81b937e3c0fe89d9d3521 100644 (file)
@@ -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
    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                                                ===*/