1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00

Remove unused variable $generator from Math_BigInteger::random().

This commit is contained in:
Andreas Fischer 2013-06-06 17:08:02 +02:00
parent 32a47d2fbc
commit dadaaf791e

View File

@ -3057,8 +3057,6 @@ class Math_BigInteger {
$min = $temp;
}
$generator = $this->generator;
$max = $max->subtract($min);
$max = ltrim($max->toBytes(), chr(0));
$size = strlen($max) - 1;