From: Florian Krohm Date: Mon, 11 Aug 2014 15:21:11 +0000 (+0000) Subject: Remove unused and possibly incorrectly defined macro. X-Git-Tag: svn/VALGRIND_3_10_0~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75a8e9d1d4b8cecc67e2f02ea3d64708fbcd3c9f;p=thirdparty%2Fvalgrind.git Remove unused and possibly incorrectly defined macro. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14259 --- diff --git a/include/pub_tool_libcbase.h b/include/pub_tool_libcbase.h index 31072239ce..8a3f363557 100644 --- a/include/pub_tool_libcbase.h +++ b/include/pub_tool_libcbase.h @@ -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