|
From: <sv...@va...> - 2014-08-11 15:21:19
|
Author: florian
Date: Mon Aug 11 15:21:11 2014
New Revision: 14259
Log:
Remove unused and possibly incorrectly defined macro.
Modified:
trunk/include/pub_tool_libcbase.h
Modified: trunk/include/pub_tool_libcbase.h
==============================================================================
--- trunk/include/pub_tool_libcbase.h (original)
+++ trunk/include/pub_tool_libcbase.h Mon Aug 11 15:21:11 2014
@@ -224,7 +224,6 @@
// 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
|