]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
remove two not used global variables:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 19 Jul 2013 22:18:02 +0000 (22:18 +0000)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Fri, 19 Jul 2013 22:18:02 +0000 (22:18 +0000)
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

coregrind/m_clientstate.c

index f7dfd473225932fb2a7e622d10e659f681d28a1d..01292bbf443883679edc98c2a8e596ab42cdb0b3 100644 (file)
@@ -44,9 +44,6 @@
 /* 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;