summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0rnd.ic
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@oracle.com>2010-09-20 19:41:58 +0300
committerVasil Dimov <vasil.dimov@oracle.com>2010-09-20 19:41:58 +0300
commitf482bce2c1ee64fd4d780f3dd4f609173b16129a (patch)
tree641808999c406c0eda402f99e8017e62c1b22525 /storage/innobase/include/ut0rnd.ic
parenta6cc6cd6177df1299240ca614ed891afb46e610a (diff)
downloadmariadb-git-f482bce2c1ee64fd4d780f3dd4f609173b16129a.tar.gz
(ut0rnd.ic:88) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
Diffstat (limited to 'storage/innobase/include/ut0rnd.ic')
-rw-r--r--storage/innobase/include/ut0rnd.ic3
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/include/ut0rnd.ic b/storage/innobase/include/ut0rnd.ic
index a6ba4ec2ba2..df99c384bbe 100644
--- a/storage/innobase/include/ut0rnd.ic
+++ b/storage/innobase/include/ut0rnd.ic
@@ -85,9 +85,6 @@ ut_rnd_gen_ulint(void)
/*==================*/
{
ulint rnd;
- ulint n_bits;
-
- n_bits = 8 * sizeof(ulint);
ut_rnd_ulint_counter = UT_RND1 * ut_rnd_ulint_counter + UT_RND2;