aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-11 15:21:11 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2014-08-11 15:21:11 +0000
commitc9e3e615cfefe3747439a5ea80a4a5dab0e7b7db (patch)
tree33a0c5230be3b57da2936376b857007a025a773f
parentbe4203d2922d59816375548fab9c76311f458b91 (diff)
downloadvalgrind-c9e3e615cfefe3747439a5ea80a4a5dab0e7b7db.tar.gz
Remove unused and possibly incorrectly defined macro.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14259 a5019735-40e9-0310-863c-91ae7b9d1cf9
-rw-r--r--include/pub_tool_libcbase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pub_tool_libcbase.h b/include/pub_tool_libcbase.h
index 31072239c..8a3f36355 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