]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unused and possibly incorrectly defined macro.
authorFlorian Krohm <florian@eich-krohm.de>
Mon, 11 Aug 2014 15:21:11 +0000 (15:21 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Mon, 11 Aug 2014 15:21:11 +0000 (15:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14259

include/pub_tool_libcbase.h

index 31072239cebcf2b7596aafb118e8993bfad32251..8a3f3635571b84490459e190fe6852d93494e093 100644 (file)
@@ -224,7 +224,6 @@ extern Int VG_(log2_64)( ULong x );
 // is NULL, it uses its own seed, which starts at zero.  If pSeed is
 // non-NULL, it uses and updates whatever pSeed points at.
 extern UInt VG_(random) ( /*MOD*/UInt* pSeed );
-#define VG_RAND_MAX (1ULL << 32)
 
 /* Update a running Adler-32 checksum with the bytes buf[0..len-1] and
    return the updated checksum. If buf is NULL, this function returns