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:
parent
32a47d2fbc
commit
dadaaf791e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user