Commit f482bce2 authored by Vasil Dimov's avatar Vasil Dimov

(ut0rnd.ic:88) Bug#55227 Fix compiler warnings in innodb with gcc 4.6

parent a6cc6cd6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment