Addr VG_(client_base) = 0; /* client address space limits */
Addr VG_(client_end) = 0;
These 2 vars are unused, and there is a comment just before
telling:
// TODO: get rid of as many of these as possible.
So, let's do the easy part :)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13465
/* Client address space, lowest to highest (see top of ume.c) */
// TODO: get rid of as many of these as possible.
-Addr VG_(client_base) = 0; /* client address space limits */
-Addr VG_(client_end) = 0;
-
Addr VG_(clstk_base) = 0;
Addr VG_(clstk_end) = 0;
UWord VG_(clstk_id) = 0;